]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/glx11.h
there is no std::wostream under Palm (part of ticket 4700)
[wxWidgets.git] / include / wx / unix / glx11.h
index 687982e068d8b10cba6cc788fe462b10d8a52221..9f8d6353e2b4911ce6bb89be170e1ab75150529b 100644 (file)
@@ -132,7 +132,7 @@ private:
 class WXDLLIMPEXP_GL wxGLApp : public wxGLAppBase
 {
 public:
-    wxGLApp();
+    wxGLApp() : wxGLAppBase() { }
 
     // implement wxGLAppBase method
     virtual bool InitGLVisual(const int *attribList)