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 2b59a49..ec0ce85 100644 --- a/libmysqlpp/my-column.h +++ b/libmysqlpp/my-column.h @@ -13,7 +13,7 @@ namespace MySQL { [[nodiscard]] bool isNull() const override; protected: - my_bool is_null; + bool is_null; long unsigned int length; friend class SelectCommand; }; |