src/types.h

changeset 322
5e701c3c3d8e
parent 297
2cbd8ac8293b
child 380
e442d9b7c251
--- a/src/types.h	Wed Jul 03 00:43:27 2013 +0300
+++ b/src/types.h	Thu Jul 04 03:05:39 2013 +0300
@@ -376,6 +376,7 @@
 	StringFormatArg (const strconfig& v);
 	StringFormatArg (const intconfig& v);
 	StringFormatArg (const floatconfig& v);
+	StringFormatArg (const void* v);
 	
 	template<class T> StringFormatArg (const vector<T>& v) {
 		m_val = "{ ";

mercurial