Just added a missing start comment token after an #endif

This commit is contained in:
PB 2017-05-20 09:25:20 +02:00 committed by GitHub
parent 944f3dffd2
commit 86a2b6eb28

View File

@ -105,7 +105,7 @@ wxIconBundle::wxIconBundle(const wxString& resourceName, WXHINSTANCE module)
AddIcon(resourceName, module); AddIcon(resourceName, module);
} }
#endif #if defined( __WINDOWS__) && wxUSE_ICO_CUR #endif // #if defined( __WINDOWS__) && wxUSE_ICO_CUR
wxGDIRefData *wxIconBundle::CreateGDIRefData() const wxGDIRefData *wxIconBundle::CreateGDIRefData() const
{ {