oops, that should be public.

This commit is contained in:
Steve Checkoway
2003-07-15 09:56:37 +00:00
parent 7f906b4271
commit 1c68b62137
+1 -1
View File
@@ -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) { }