summaryrefslogtreecommitdiff
path: root/src/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.h')
-rw-r--r--src/error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/error.h b/src/error.h
index a7e6b29..4c88505 100644
--- a/src/error.h
+++ b/src/error.h
@@ -52,8 +52,8 @@ public:
string popErrorString();
// Set methods
- void pushError(char* errstr);
- void pushError(string &errstr);
+ void pushError(char* fmt, ...);
+ // void pushError(string &errstr);
void removeAllErrors();
private: