From 8134a14d6e3e7f07ba2fbbc2d657789ce441fbc6 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 3 Jan 2019 21:01:19 +0100 Subject: compatability fixes --- cRender.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cRender.h') 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); -- cgit v1.2.3