From 86a2b6eb28ca56cdb3853db1a7deb955b7096635 Mon Sep 17 00:00:00 2001 From: PB Date: Sat, 20 May 2017 09:25:20 +0200 Subject: [PATCH] Just added a missing start comment token after an #endif --- src/common/iconbndl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/iconbndl.cpp b/src/common/iconbndl.cpp index fba7bd8f5d..c5aa48bdf4 100644 --- a/src/common/iconbndl.cpp +++ b/src/common/iconbndl.cpp @@ -105,7 +105,7 @@ wxIconBundle::wxIconBundle(const wxString& resourceName, WXHINSTANCE module) AddIcon(resourceName, module); } -#endif #if defined( __WINDOWS__) && wxUSE_ICO_CUR +#endif // #if defined( __WINDOWS__) && wxUSE_ICO_CUR wxGDIRefData *wxIconBundle::CreateGDIRefData() const {