diff options
Diffstat (limited to 'src/error.h')
-rw-r--r-- | src/error.h | 4 |
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: |