compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-07-21 11:58:53 +00:00
parent b5435dccd0
commit 4340bf8cb0

View File

@ -43,7 +43,7 @@ class WXDLLEXPORT wxRendererMSW : public wxDelegateRendererNative
// ============================================================================
/* static */
wxRendererNative& wxRendererMSW::Get()
wxRendererNative& wxRendererNative::Get()
{
static wxRendererMSW s_rendererMSW;