Check the format.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
namespace RageException
|
||||
{
|
||||
void NORETURN Throw(const char *fmt, ...);
|
||||
void NORETURN Throw( const char *fmt, ... ) PRINTF(1,2);
|
||||
void SetCleanupHandler( void (*pHandler)(const RString &sError) );
|
||||
void CallCleanupHandler( const RString &sError );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user