--- a/src/types.h Tue Jul 16 23:53:31 2013 +0300 +++ b/src/types.h Wed Jul 17 00:30:03 2013 +0300 @@ -74,10 +74,10 @@ }; // Formatter function -str doFormat( std::vector< StringFormatArg > args ); +str doFormat( initlist<StringFormatArg> args ); // printf replacement -void doPrint( initlist<StringFormatArg> args ); // heh +void doPrint( initlist<StringFormatArg> args ); // Macros to access these functions #ifndef IN_IDE_PARSER