static functions don't need an instance

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-12-07 09:00:52 +00:00
parent d7e15728ea
commit 61d8dec77f
2 changed files with 10 additions and 10 deletions

View File

@@ -329,7 +329,7 @@ void wxLog::OnLog(wxLogLevel level, const wxChar *szString, time_t t)
{
if ( GetRepetitionCounting() )
{
pLogger->DoLogNumberOfRepeats();
DoLogNumberOfRepeats();
}
ms_prevString = szString;
ms_prevLevel = level;