more cleanups (lint lint lint)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user