git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13424 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
 class WXDLLEXPORT wxPopupComboWindow : public wxPopupTransientWindow
 {
 public:
 class WXDLLEXPORT wxPopupComboWindow : public wxPopupTransientWindow
 {
 public:
+    wxPopupComboWindow() { m_combo = NULL; }
     wxPopupComboWindow(wxComboControl *parent);
 
     bool Create(wxComboControl *parent);
     wxPopupComboWindow(wxComboControl *parent);
 
     bool Create(wxComboControl *parent);
 
-#ifdef wxHAS_SS_NATIVE
-
 // ----------------------------------------------------------------------------
 // wxSystemSettings
 // ----------------------------------------------------------------------------
 // ----------------------------------------------------------------------------
 // wxSystemSettings
 // ----------------------------------------------------------------------------
     return wxTheme::Get()->GetColourScheme()->Get(col);
 }
 
     return wxTheme::Get()->GetColourScheme()->Get(col);
 }
 
-#endif // wxHAS_SS_NATIVE
-