X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/010216e3bc0fc54595d59b6fa4ceec220aff3632..b591b7cf2bb27ff38d1dbe6f22496918a9a72a79:/demos/forty/forty.cpp diff --git a/demos/forty/forty.cpp b/demos/forty/forty.cpp index dc506c2b11..82f6e11ae4 100644 --- a/demos/forty/forty.cpp +++ b/demos/forty/forty.cpp @@ -198,7 +198,9 @@ FortyFrame::FortyFrame(wxFrame* frame, const wxString& title, const wxPoint& pos SetSizer( topsizer ); topsizer->SetSizeHints( this ); +#if wxUSE_STATUSBAR CreateStatusBar(); +#endif // wxUSE_STATUSBAR } FortyFrame::~FortyFrame()