It is not clear what this class does. It is not used elsewhere in FL.
*/
-class wxFrameView : public wxEvtHandler
+class WXDLLIMPEXP_FL wxFrameView : public wxEvtHandler
{
protected:
wxStringList mTopMenus;
virtual void OnInit() {}
- virtual void OnSerialize( wxObjectStorage& store ) {}
+ virtual void OnSerialize( wxObjectStorage& WXUNUSED(store) ) {}
virtual void OnActiveate() {}
virtual void OnDeactivate() {}
It is not clear what this class does. It is not used elsewhere in FL.
*/
-class wxFrameManager : wxObject
+class WXDLLIMPEXP_FL wxFrameManager : public wxObject
{
protected:
wxList mViews;
// if file name is empty, views are are not saved/loaded
- virtual void Init( wxWindow* pMainFrame, const wxString& settingsFile = "" );
+ virtual void Init( wxWindow* pMainFrame,
+ const wxString& settingsFile = wxEmptyString );
// synonyms
wxFrame* GetParentFrame();