diff --git a/stepmania/src/arch/ArchHooks/ArchHooks.h b/stepmania/src/arch/ArchHooks/ArchHooks.h index 09612f9c5f..c939bb7cb5 100644 --- a/stepmania/src/arch/ArchHooks/ArchHooks.h +++ b/stepmania/src/arch/ArchHooks/ArchHooks.h @@ -17,10 +17,11 @@ */ class ArchHooks { -public: +protected: 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) { }