From fe7a90ac34de28e30863a1257319f85a5e662286 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Fri, 23 Mar 2012 21:02:53 +0100 Subject: Fixed includes and GCC syntax errors --- src/color.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/color.cpp') diff --git a/src/color.cpp b/src/color.cpp index 1ced324..d088aa1 100644 --- a/src/color.cpp +++ b/src/color.cpp @@ -22,7 +22,7 @@ #include #include "struct.h" -#include "D3DEngine.h" +#include "d3dengine.h" #include "language.h" #include "math3d.h" #include "event.h" @@ -57,7 +57,6 @@ CColor::CColor(CInstanceManager* iMan) : CControl(iMan) CColor::~CColor() { - CControl::~CControl(); } -- cgit v1.2.3-1-g7c22