diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-20 10:14:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-20 10:14:51 +0200 |
commit | 8601e5a236a2b5b957ec9d3bb5cae78fce5a97c6 (patch) | |
tree | f7542370b79ac97f463dff2c9624a55dbfc9ed74 | |
parent | e45589cdd174c5edc719d63a02f2e3f18f0fb491 (diff) |
Add missing static qualifier
-rw-r--r-- | odb/mysql/enum.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mysql/enum.hxx b/odb/mysql/enum.hxx index 95f4ed4..456af81 100644 --- a/odb/mysql/enum.hxx +++ b/odb/mysql/enum.hxx @@ -120,7 +120,7 @@ namespace odb } private: - void + static void strip_value (const details::buffer& i, unsigned long& size); }; } |