X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5cf036d017b19e9447e52e271c4afac2109ffcd3..6ba5438dda164146bf36ca729f8328332fae36b7:/samples/opengl/cube/cube.h diff --git a/samples/opengl/cube/cube.h b/samples/opengl/cube/cube.h index 077d4f16d9..f50ea2a049 100644 --- a/samples/opengl/cube/cube.h +++ b/samples/opengl/cube/cube.h @@ -56,7 +56,7 @@ public: const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = _T("TestGLCanvas") ); - TestGLCanvas( wxWindow *parent, const TestGLCanvas &other, + TestGLCanvas( wxWindow *parent, const TestGLCanvas *other, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = _T("TestGLCanvas") );