diff options
Diffstat (limited to 'libmysqlpp/my-column.h')
-rw-r--r-- | libmysqlpp/my-column.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqlpp/my-column.h b/libmysqlpp/my-column.h index 38f4f39..657b094 100644 --- a/libmysqlpp/my-column.h +++ b/libmysqlpp/my-column.h @@ -11,7 +11,7 @@ namespace MySQL { ColumnBase(const char * name, unsigned int field); bool isNull() const; - void rebind(DB::Command *, unsigned int) const; + protected: my_bool is_null; long unsigned int length; |