--- a/src/types.cpp Sun Aug 18 17:53:23 2013 +0300 +++ b/src/types.cpp Tue Aug 20 14:47:21 2013 +0300 @@ -300,15 +300,15 @@ m_val = v; } -StringFormatArg::StringFormatArg (const strconfig& v) { +StringFormatArg::StringFormatArg (const StringConfig& v) { m_val = v.value; } -StringFormatArg::StringFormatArg (const intconfig& v) { +StringFormatArg::StringFormatArg (const IntConfig& v) { m_val.number (v.value); } -StringFormatArg::StringFormatArg (const floatconfig& v) { +StringFormatArg::StringFormatArg (const FloatConfig& v) { m_val.number (v.value); }