X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Ftype.h;h=17545bae23ef0922669583344097a65c3e3e04cd;hp=85cfec40f2afc9aa79f38d646baf64dea473cd0a;hb=cac0716e8c12088ba833cb28809f5a7b8430a68d;hpb=bdd957e58dc6fdaa3cac1202daf0d16d41491278 diff --git a/source/type.h b/source/type.h index 85cfec4..17545ba 100644 --- a/source/type.h +++ b/source/type.h @@ -12,7 +12,7 @@ struct Symbol std::string name; template - Symbol(const T &n): name(lexical_cast(n)) { } + Symbol(const T &n): name(lexical_cast(n)) { } template operator T() const { return lexical_cast(name); } };