Explorar o código

Update gfxGLWindowTarget.h

Anis %!s(int64=9) %!d(string=hai) anos
pai
achega
500a237892
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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