]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/cube/cube.h
Patch #808669 more warngins and unicode fixes
[wxWidgets.git] / samples / opengl / cube / cube.h
index c01b89e1c3ae63c10a372a29c721e457e37e2ebc..f7d4de6fbdc8349114a3015dc15c19b04c407a1c 100644 (file)
@@ -40,17 +40,19 @@ public:
 DECLARE_EVENT_TABLE()
 };
 
+#if wxUSE_GLCANVAS
+
 class TestGLCanvas: public wxGLCanvas
 {
   friend class MyFrame;
 public:
  TestGLCanvas(wxWindow *parent, const wxWindowID id = -1, 
     const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize,
-    long style = 0, const wxString& name = "TestGLCanvas");
+    long style = 0, const wxString& name = _T("TestGLCanvas"));
  TestGLCanvas(wxWindow *parent, const TestGLCanvas &other,
           const wxWindowID id = -1, const wxPoint& pos = wxDefaultPosition,
           const wxSize& size = wxDefaultSize, long style = 0,
-          const wxString& name = "TestGLCanvas" );
+          const wxString& name = _T("TestGLCanvas") );
    
  ~TestGLCanvas(void);
 
@@ -91,3 +93,5 @@ DECLARE_EVENT_TABLE()
 
 #endif
 
+#endif
+