summaryrefslogtreecommitdiffstats
path: root/src/autofactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/autofactory.cpp')
-rw-r--r--src/autofactory.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/autofactory.cpp b/src/autofactory.cpp
index ae41455..7fab2fb 100644
--- a/src/autofactory.cpp
+++ b/src/autofactory.cpp
@@ -22,8 +22,8 @@
#include <d3d.h>
#include "struct.h"
-#include "D3DEngine.h"
-#include "D3DMath.h"
+#include "d3dengine.h"
+#include "d3dmath.h"
#include "restext.h"
#include "global.h"
#include "event.h"
@@ -67,7 +67,7 @@ CAutoFactory::CAutoFactory(CInstanceManager* iMan, CObject* object)
CAutoFactory::~CAutoFactory()
{
- CAuto::~CAuto();
+ this->CAuto::~CAuto();
}