src/types.h

changeset 1
c9b22c06307c
parent 0
bb264814dd81
child 3
d0b278fd29d5
--- 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

mercurial