aboutsummaryrefslogtreecommitdiff
path: root/common/str.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/str.h')
-rw-r--r--common/str.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/str.h b/common/str.h
index e3dec6cdc2..92aa66cb59 100644
--- a/common/str.h
+++ b/common/str.h
@@ -220,6 +220,8 @@ public:
*/
static Common::String printf(const char *fmt, ...) GCC_PRINTF(1,2);
+ static Common::String vprintf(const char *fmt, va_list argptr);
+
public:
typedef char * iterator;
typedef const char * const_iterator;