Browse Source

Update gfxGLWindowTarget.h

Anis 9 years ago
parent
commit
500a237892
1 changed files with 3 additions and 1 deletions
  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:
 
    GFXGLWindowTarget(PlatformWindow *win, GFXDevice *d);
+   ~GFXGLWindowTarget();
+
    const Point2I getSize() 
    { 
       return mWindow->getClientExtent();
@@ -64,4 +66,4 @@ private:
    void _WindowPresent();
 };
 
-#endif
+#endif