]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/log.cpp
Implemented DoBlit().
[wxWidgets.git] / src / common / log.cpp
index 182246bdb01b6bdb6438287d9abc33d4d9a34f55..420c172a631a9c5f048448aa1e4ea32c3bd1b8dd 100644 (file)
@@ -246,7 +246,7 @@ void wxLogVerbose(const wxChar *szFormat, ...)
       p += 2;
 
       wxVsnprintf(p, len, szFormat, argptr);
-      
+
       wxLog::OnLog(wxLOG_Trace, s_szBuf, time(NULL));
     }
   }
@@ -349,7 +349,7 @@ wxLog::wxLog()
     m_bHasMessages = FALSE;
 }
 
-wxChar *wxLog::SetLogBuffer( wxChar *buf, size_t size = 0 )
+wxChar *wxLog::SetLogBuffer( wxChar *buf, size_t size)
 {
     wxChar *oldbuf = s_szBuf;
 
@@ -561,7 +561,7 @@ Boolean IsCompatibleVersion(short inVersion)
         result = (inVersion <= block->apiHiVersion);
     }
 
-    return result;    
+    return result;
 }
 
 /* ---------------------------------------------------------------------------