]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/basemsw.cpp
No changes, just clean up wxSVGFileDC code a little.
[wxWidgets.git] / src / msw / basemsw.cpp
index 4981322259fe6006ab884c9b50f7b52f24d3bf72..df0efce82ced9eb42d9556dbd47321c721f07a45 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     22.06.2003
 // RCS-ID:      $Id$
 // Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
-// License:     wxWindows licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -88,7 +88,7 @@ wxEventLoopBase *wxConsoleAppTraits::CreateEventLoop()
 }
 
 
-WXDWORD wxConsoleAppTraits::WaitForThread(WXHANDLE hThread)
+WXDWORD wxConsoleAppTraits::WaitForThread(WXHANDLE hThread, int WXUNUSED(flags))
 {
     return DoSimpleWaitForThread(hThread);
 }