]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/fl/frmview.h
Added Marco to credits
[wxWidgets.git] / contrib / include / wx / fl / frmview.h
index db9868c916d044133e7153585412e8ba84025caa..10a6f91f4c47abba931dee5196c854978152be9a 100644 (file)
@@ -70,7 +70,7 @@ public:
 
     virtual void OnInit() {}
 
 
     virtual void OnInit() {}
 
-    virtual void OnSerialize( wxObjectStorage& store ) {}
+    virtual void OnSerialize( wxObjectStorage& WXUNUSED(store) ) {}
     virtual void OnActiveate() {}
     virtual void OnDeactivate() {}
 
     virtual void OnActiveate() {}
     virtual void OnDeactivate() {}
 
@@ -87,7 +87,7 @@ class wxFrame;
 It is not clear what this class does. It is not used elsewhere in FL.
 */
 
 It is not clear what this class does. It is not used elsewhere in FL.
 */
 
-class WXDLLIMPEXP_FL wxFrameManager : wxObject
+class WXDLLIMPEXP_FL wxFrameManager : public wxObject
 {
 protected:
     wxList       mViews;
 {
 protected:
     wxList       mViews;