implement (trivially) wxGLApp ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -132,7 +132,7 @@ private:
|
|||||||
class WXDLLIMPEXP_GL wxGLApp : public wxGLAppBase
|
class WXDLLIMPEXP_GL wxGLApp : public wxGLAppBase
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
wxGLApp();
|
wxGLApp() : wxGLAppBase() { }
|
||||||
|
|
||||||
// implement wxGLAppBase method
|
// implement wxGLAppBase method
|
||||||
virtual bool InitGLVisual(const int *attribList)
|
virtual bool InitGLVisual(const int *attribList)
|
||||||
|
Reference in New Issue
Block a user