X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftype.h;fp=source%2Ftype.h;h=17545bae23ef0922669583344097a65c3e3e04cd;hb=cac0716e8c12088ba833cb28809f5a7b8430a68d;hp=85cfec40f2afc9aa79f38d646baf64dea473cd0a;hpb=a9b55a13d8da2a47ace71afe7d5258cf83aa9813;p=libs%2Fdatafile.git 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); } };