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);