summaryrefslogtreecommitdiff
path: root/src/Graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Graphics.h')
-rw-r--r--src/Graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Graphics.h b/src/Graphics.h
index 6cd5b36..82117a7 100644
--- a/src/Graphics.h
+++ b/src/Graphics.h
@@ -167,6 +167,7 @@ public:
void ogl_blit(int x, int y, int w, int h, pixel *src, int pitch, int scale);
#endif
Graphics();
+ ~Graphics();
};
#endif