From 6d945ca5015c04ef0f0db13c93cbe990a4b98ab2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 7 Sep 2002 09:44:55 +0000 Subject: [PATCH] fix derivation --- stepmania/src/RageException.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageException.h b/stepmania/src/RageException.h index e6ac22463d..91f10e4ab9 100644 --- a/stepmania/src/RageException.h +++ b/stepmania/src/RageException.h @@ -12,7 +12,7 @@ #include -class RageException : exception +class RageException : public exception { public: RageException( const char *fmt, ...);