diff options
-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); }; } |