diff options
-rw-r--r-- | odb/sqlite/binding.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/binding.hxx b/odb/sqlite/binding.hxx index 426195b..23a21df 100644 --- a/odb/sqlite/binding.hxx +++ b/odb/sqlite/binding.hxx @@ -31,7 +31,7 @@ namespace odb bind_type* bind; std::size_t count; - std::size_t version; // @@ Don't really need it (gen code). + std::size_t version; private: binding (const binding&); |