Merge branch 'clang-link-error-and-semicolon-warnings' of https://github.com/MaartenBent/wxWidgets

Fix clang warnings about extra semicolons and a link error.

See https://github.com/wxWidgets/wxWidgets/pull/1434
This commit is contained in:
Vadim Zeitlin
2019-07-26 17:58:27 +02:00
23 changed files with 35 additions and 35 deletions

View File

@@ -5082,7 +5082,7 @@ wxColour wxWindowMSW::MSWGetThemeColour(const wchar_t *themeName,
break;
default:
wxFAIL_MSG(wxT("unsupported theme colour"));
};
}
wxUxThemeHandle hTheme((const wxWindow *)this, themeName);
COLORREF col;