Parcourir la source

Update gfxGLWindowTarget.h

Anis il y a 9 ans
Parent
commit
500a237892
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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