X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c7f094959a591d034d593266471e0f3c6533f65..8076df5d81549d5afe7afe392e3b531964e33d47:/samples/opengl/isosurf/isosurf.h?ds=sidebyside diff --git a/samples/opengl/isosurf/isosurf.h b/samples/opengl/isosurf/isosurf.h index 6af9872cf5..75e6c48d52 100644 --- a/samples/opengl/isosurf/isosurf.h +++ b/samples/opengl/isosurf/isosurf.h @@ -47,10 +47,6 @@ class TestGLCanvas : public wxGLCanvas public: TestGLCanvas(wxWindow *parent, wxWindowID id = wxID_ANY, - const wxPoint& pos = wxDefaultPosition, - const wxSize& size = wxDefaultSize, - long style = 0, - const wxString& name = _T("TestGLCanvas"), int *gl_attrib = NULL); virtual ~TestGLCanvas(); @@ -74,7 +70,7 @@ private: GLfloat m_xrot; GLfloat m_yrot; - DECLARE_NO_COPY_CLASS(TestGLCanvas) + wxDECLARE_NO_COPY_CLASS(TestGLCanvas); DECLARE_EVENT_TABLE() }; @@ -85,8 +81,8 @@ class MyFrame : public wxFrame public: MyFrame(wxFrame *frame, const wxString& title, - const wxPoint& pos, - const wxSize& size, + const wxPoint& pos = wxDefaultPosition, + const wxSize& size = wxDefaultSize, long style = wxDEFAULT_FRAME_STYLE); virtual ~MyFrame();