more cleanups (lint lint lint)

This commit is contained in:
Glenn Maynard
2002-11-16 09:12:55 +00:00
parent 551f5adb16
commit 23254cdd4a
16 changed files with 46 additions and 41 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ RageException::RageException( HRESULT hr, const char *fmt, ...)
#endif
}
const char* RageException::what() const
const char* RageException::what() const throw ()
{
return m_sError;
}