X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fvalue.h;h=f809c8fe4d3001cfba4660f45b9e9556a15d3ab8;hb=9bd3c79199faf81023a5109ae4999708be79d303;hp=5ebbb5e1e52a101f475e7914089ed21b6febf051;hpb=8ff59df1f2e603557eceacbc81a8dc44de051dae;p=libs%2Fdatafile.git diff --git a/source/value.h b/source/value.h index 5ebbb5e..f809c8f 100644 --- a/source/value.h +++ b/source/value.h @@ -36,7 +36,7 @@ private: }; typedef std::vector ValueArray; -template struct TypeResolver { }; +template struct TypeResolver { static const Value::Type type=Value::ENUM; }; template<> struct TypeResolver { static const Value::Type type=Value::INTEGER; }; template<> struct TypeResolver { static const Value::Type type=Value::INTEGER; };