Fixed compilation bag on GTK and OSX

This commit is contained in:
YuSanka 2018-05-11 11:25:28 +02:00
parent 2e7d623ee4
commit 27769edab2
2 changed files with 7 additions and 4 deletions

View file

@ -172,8 +172,10 @@ void wxDataViewTreeCtrlComboPopup::OnDataViewTreeCtrlSelection(wxCommandEvent& e
cmb->SetText(selected);
}
// ----------------------------------------------------------------------------
// *** PrusaCollapsiblePane ***
// ----------------------------------------------------------------------------
#ifdef __WXMSW__
bool PrusaCollapsiblePane::Create(wxWindow *parent, wxWindowID id, const wxString& label,
const wxPoint& pos, const wxSize& size, long style, const wxValidator& val, const wxString& name)
{
@ -284,6 +286,7 @@ bool PrusaCollapsiblePane::Layout()
return true;
}
#endif //__WXMSW__
// *****************************************************************************
// ----------------------------------------------------------------------------