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;