From 011d86ed668cbbff5c7bfc5f7e88086acb849921 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 15 Apr 2012 00:50:13 +0200 Subject: Pulled changes from test mingw branch * include fixes * syntax fixes for MinGW * fixed encoding of restext.cpp * temporary fix for MinGW in joystick.cpp Successfully compiles under MinGW :) --- src/target.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/target.cpp') diff --git a/src/target.cpp b/src/target.cpp index 522dfb4..4a6ae43 100644 --- a/src/target.cpp +++ b/src/target.cpp @@ -24,7 +24,7 @@ #include #include "struct.h" -#include "D3DEngine.h" +#include "d3dengine.h" #include "math3d.h" #include "event.h" #include "misc.h" @@ -41,14 +41,12 @@ CTarget::CTarget(CInstanceManager* iMan) : CControl(iMan) { - CControl::CControl(iMan); } // Object's destructor. CTarget::~CTarget() { - CControl::~CControl(); } -- cgit v1.2.3-1-g7c22