diff --git a/stepmania/src/arch/ArchHooks/ArchHooks.h b/stepmania/src/arch/ArchHooks/ArchHooks.h index 1500564bae..09612f9c5f 100644 --- a/stepmania/src/arch/ArchHooks/ArchHooks.h +++ b/stepmania/src/arch/ArchHooks/ArchHooks.h @@ -17,10 +17,10 @@ */ class ArchHooks { +public: bool MessageIsIgnored( CString ID ); void IgnoreMessage( CString ID ); -public: /* This receives all logs. 'important' is set for Warn and Info. */ virtual void Log(CString str, bool important) { }