diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-30 16:17:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-30 16:17:04 +0200 |
commit | 6e40bfcd6da09e80d34c5726ae8d485831498d69 (patch) | |
tree | 9a7eb64a270f11ddb2c3bb35c22f6b2a57f49585 | |
parent | 96f4d040e3b7008f2c8ae6aa30dca3e2f4cc2307 (diff) |
Cosmetic change
-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&); |