diff options
Diffstat (limited to 'sqlite')
-rw-r--r-- | sqlite/types/traits.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sqlite/types/traits.hxx b/sqlite/types/traits.hxx index 13eef34..70b7b26 100644 --- a/sqlite/types/traits.hxx +++ b/sqlite/types/traits.hxx @@ -17,7 +17,7 @@ namespace odb namespace sqlite { template <> - class value_traits<buffer, details::buffer, id_blob> + class value_traits<buffer, id_blob> { public: typedef buffer value_type; @@ -54,7 +54,7 @@ namespace odb }; template <> - class value_traits<string_ptr, details::buffer, id_text> + class value_traits<string_ptr, id_text> { public: typedef string_ptr value_type; |