summaryrefslogtreecommitdiff
path: root/cRender.h
diff options
context:
space:
mode:
Diffstat (limited to 'cRender.h')
-rw-r--r--cRender.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cRender.h b/cRender.h
index c30a901..209c75b 100644
--- a/cRender.h
+++ b/cRender.h
@@ -73,7 +73,7 @@ public:
//Resizes console window for Windows
//Sets Size to Console Window Size for Linux. Writes Error for _sx or _sy smaller than Screen. Get by getLastError()
- ~cRender();
+ virtual ~cRender();
//frees allocated memory
int drawPoint(char _c, sPos _pos, bool _overrideCollision, WORD _color);