From 97edcc167442dbb794191cbb2f722e0a02f1d159 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Fri, 23 Mar 2012 19:43:42 +0100 Subject: Fixes in auto* modules - fixed missing #includes and case in file names - fixed syntax errors reported by GCC - did not fix issues #8 and #17 --- src/autoroot.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/autoroot.cpp') diff --git a/src/autoroot.cpp b/src/autoroot.cpp index 3b6b32d..5f1afad 100644 --- a/src/autoroot.cpp +++ b/src/autoroot.cpp @@ -22,8 +22,8 @@ #include #include "struct.h" -#include "D3DEngine.h" -#include "D3DMath.h" +#include "d3dengine.h" +#include "d3dmath.h" #include "event.h" #include "misc.h" #include "iman.h" @@ -52,7 +52,7 @@ CAutoRoot::CAutoRoot(CInstanceManager* iMan, CObject* object) CAutoRoot::~CAutoRoot() { - CAuto::~CAuto(); + this->CAuto::~CAuto(); } -- cgit v1.2.3-1-g7c22