This commit is contained in:
Glenn Maynard
2002-11-16 08:02:51 +00:00
parent e362ba16ef
commit 0c9e7240c3
+1 -1
View File
@@ -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;