diff options
author | deva <deva> | 2005-04-26 07:53:37 +0000 |
---|---|---|
committer | deva <deva> | 2005-04-26 07:53:37 +0000 |
commit | 805229c3b5a9b5078a273d175140b42445fd501a (patch) | |
tree | c272ac633cbc6914c585c9d196b4406d4cca2949 /src/error.h | |
parent | 3ac7bf67ffca34e84053b2721aba922baf30d660 (diff) |
Made variable argument pushError method
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: |