From: Václav Slavík Date: Sun, 6 Jan 2002 23:11:47 +0000 (+0000) Subject: compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6b598e05519baef371c35cced5d243ae04d74d5a?ds=inline compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/popupwin.h b/include/wx/popupwin.h index 896e6f18f5..3d9bb5e966 100644 --- a/include/wx/popupwin.h +++ b/include/wx/popupwin.h @@ -127,6 +127,7 @@ class WXDLLEXPORT wxComboControl; class WXDLLEXPORT wxPopupComboWindow : public wxPopupTransientWindow { public: + wxPopupComboWindow() { m_combo = NULL; } wxPopupComboWindow(wxComboControl *parent); bool Create(wxComboControl *parent); diff --git a/src/univ/colschem.cpp b/src/univ/colschem.cpp index 56ee660153..8e5dd4adee 100644 --- a/src/univ/colschem.cpp +++ b/src/univ/colschem.cpp @@ -48,8 +48,6 @@ wxColourScheme::~wxColourScheme() { } -#ifdef wxHAS_SS_NATIVE - // ---------------------------------------------------------------------------- // wxSystemSettings // ---------------------------------------------------------------------------- @@ -100,5 +98,3 @@ wxColour wxSystemSettings::GetColour(wxSystemColour index) return wxTheme::Get()->GetColourScheme()->Get(col); } -#endif // wxHAS_SS_NATIVE -