diff -r bb264814dd81 -r c9b22c06307c src/types.h --- 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 args ); // printf replacement -void doPrint( initlist args ); // heh +void doPrint( initlist args ); // Macros to access these functions #ifndef IN_IDE_PARSER