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)