fix derivation

This commit is contained in:
Glenn Maynard
2002-09-07 09:44:55 +00:00
parent 5c9c9e4f5e
commit 6d945ca501
+1 -1
View File
@@ -12,7 +12,7 @@
#include <exception> #include <exception>
class RageException : exception class RageException : public exception
{ {
public: public:
RageException( const char *fmt, ...); RageException( const char *fmt, ...);