]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/forty.h
make it non mach-o carbon savvy
[wxWidgets.git] / demos / forty / forty.h
index 100b9edc530c39d93b1c490442f5ba2291e71501..09750b2b583d9498b7f078e968e62038c168f80a 100644 (file)
@@ -34,7 +34,7 @@ class FortyCanvas;
 class FortyFrame: public wxFrame
 {
 public:
-        FortyFrame(wxFrame* frame, const wxString& title, int x, int y, int w, int h,bool largecards);
+  FortyFrame(wxFrame* frame, const wxString& title, const wxPoint& pos, const wxSize& size, bool largecards);
        virtual ~FortyFrame();
 
        void OnCloseWindow(wxCloseEvent& event);