summaryrefslogtreecommitdiffstats
path: root/src/check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/check.cpp')
-rw-r--r--src/check.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/check.cpp b/src/check.cpp
index 058bdf2..baaf15d 100644
--- a/src/check.cpp
+++ b/src/check.cpp
@@ -22,7 +22,7 @@
#include <d3d.h>
#include "struct.h"
-#include "D3DEngine.h"
+#include "d3dengine.h"
#include "math3d.h"
#include "event.h"
#include "misc.h"
@@ -45,7 +45,6 @@ CCheck::CCheck(CInstanceManager* iMan) : CControl(iMan)
CCheck::~CCheck()
{
- CControl::~CControl();
}