浏览代码

Update gfxGLWindowTarget.h

Anis 9 年之前
父节点
当前提交
500a237892
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      Engine/source/gfx/gl/gfxGLWindowTarget.h

+ 3 - 1
Engine/source/gfx/gl/gfxGLWindowTarget.h

@@ -30,6 +30,8 @@ class GFXGLWindowTarget : public GFXWindowTarget
 public:
 public:
 
 
    GFXGLWindowTarget(PlatformWindow *win, GFXDevice *d);
    GFXGLWindowTarget(PlatformWindow *win, GFXDevice *d);
+   ~GFXGLWindowTarget();
+
    const Point2I getSize() 
    const Point2I getSize() 
    { 
    { 
       return mWindow->getClientExtent();
       return mWindow->getClientExtent();
@@ -64,4 +66,4 @@ private:
    void _WindowPresent();
    void _WindowPresent();
 };
 };
 
 
-#endif
+#endif