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