From 1c2697717a035a075627c641dee854849e1b34cd Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 6 Feb 2008 00:25:43 +0000 Subject: [PATCH] implement (trivially) wxGLApp ctor git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/unix/glx11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/unix/glx11.h b/include/wx/unix/glx11.h index 687982e068..9f8d6353e2 100644 --- a/include/wx/unix/glx11.h +++ b/include/wx/unix/glx11.h @@ -132,7 +132,7 @@ private: class WXDLLIMPEXP_GL wxGLApp : public wxGLAppBase { public: - wxGLApp(); + wxGLApp() : wxGLAppBase() { } // implement wxGLAppBase method virtual bool InitGLVisual(const int *attribList) -- 2.47.2