]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/cube/cube.h
compilation fix (extra semicolon)
[wxWidgets.git] / samples / opengl / cube / cube.h
index 66732f2453e5eb7339fe9156d35cc78a4cd78d86..c01b89e1c3ae63c10a372a29c721e457e37e2ebc 100644 (file)
@@ -6,13 +6,13 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CUBE_H_
 #define _WX_CUBE_H_
 
-#include <wx/glcanvas.h>
+#include "wx/glcanvas.h"
 
 // Define a new application type
 class MyApp: public wxApp
@@ -30,9 +30,9 @@ public:
             const wxSize& size, long style = wxDEFAULT_FRAME_STYLE);
 
     void OnExit(wxCommandEvent& event);
-    void OnNewWindow();
-    void OnDefRotateLeftKey();
-    void OnDefRotateRightKey();
+    void OnNewWindow(wxCommandEvent& event);
+    void OnDefRotateLeftKey(wxCommandEvent& event);
+    void OnDefRotateRightKey(wxCommandEvent& event);
     
 public:
     TestGLCanvas*    m_canvas;