From 0c9e7240c3689a34326eabcee2376e52acb46b56 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 16 Nov 2002 08:02:51 +0000 Subject: [PATCH] oops. --- 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 45e33a706d..754917a2fd 100644 --- a/stepmania/src/RageException.h +++ b/stepmania/src/RageException.h @@ -20,7 +20,7 @@ public: RageException( HRESULT hr, const char *fmt, ...); virtual const char *what() const throw(); - virtual ~RageException() throw(); + virtual ~RageException() throw() { } protected: CString m_sError;