From 34800459e7645fea3640214b5f7f6d7de183d332 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 17 Feb 2019 16:16:00 +0000 Subject: Enable hicpp checks and fix accordingly --- libmysqlpp/my-column.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libmysqlpp/my-column.h') diff --git a/libmysqlpp/my-column.h b/libmysqlpp/my-column.h index 0948146..be1d41d 100644 --- a/libmysqlpp/my-column.h +++ b/libmysqlpp/my-column.h @@ -21,11 +21,10 @@ namespace MySQL { class StringColumn : public ColumnBase { public: StringColumn(const char * name, unsigned int field, MYSQL_BIND * b, unsigned int len); - ~StringColumn(); void apply(DB::HandleField &) const override; - char * value; + std::vector value; long unsigned int length; }; -- cgit v1.2.3