From b8a61d758d30c5500726a162a34e9e2389ff2f2b Mon Sep 17 00:00:00 2001 From: cxl Date: Wed, 6 Jul 2016 13:02:34 +0000 Subject: [PATCH] Sql: Fixed to compile git-svn-id: svn://ultimatepp.org/upp/trunk@10015 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Sql/Sqls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/Sql/Sqls.h b/uppsrc/Sql/Sqls.h index cce134fb2..253ee31ca 100644 --- a/uppsrc/Sql/Sqls.h +++ b/uppsrc/Sql/Sqls.h @@ -19,7 +19,7 @@ public: enum { SQLRAW_V = 34 }; -class SqlRaw : public String, ValueType { +class SqlRaw : public String, public ValueType { public: operator Value() const { return RawValue(*this); } SqlRaw(const Value& q)