X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstate.h;h=1f07c5cf21b4a0d8796d939062041caaa6978993;hb=131ac8ff2c06f94d40f4bf98d4a6ec0d113cdffc;hp=6cbe152ead5fdbd41a230b1cf668b2c5f9c9bad8;hpb=e9455430a6e765b6184532f160f6fde4a67b4a2f;p=libs%2Fgltk.git diff --git a/source/state.h b/source/state.h index 6cbe152..1f07c5c 100644 --- a/source/state.h +++ b/source/state.h @@ -2,7 +2,7 @@ #define MSP_GLTK_STATE_H_ #include -#include +#include namespace Msp { namespace GLtk { @@ -20,7 +20,7 @@ extern std::istream &operator>>(std::istream &, State &); } // namespace GLtk -namespace Parser { +namespace DataFile { template<> struct TypeResolver { static const Value::Type type=Value::ENUM; };