From 1c68b62137fb71497ae84404c878d4143535a50e Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Tue, 15 Jul 2003 09:56:37 +0000 Subject: [PATCH] oops, that should be public. --- stepmania/src/arch/ArchHooks/ArchHooks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { }