From 805229c3b5a9b5078a273d175140b42445fd501a Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 26 Apr 2005 07:53:37 +0000 Subject: Made variable argument pushError method --- src/error.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/error.h') 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: -- cgit v1.2.3