summaryrefslogtreecommitdiffstats
path: root/src/compass.cpp
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-03-23 21:02:53 +0100
committerPiotr Dziwinski <piotrdz@gmail.com>2012-03-23 21:02:53 +0100
commitfe7a90ac34de28e30863a1257319f85a5e662286 (patch)
treef0aa10e228ff779f77ad1a8aeb5257388ad1c084 /src/compass.cpp
parent519efddc9b7b557e63403f090a244b3b7063e48f (diff)
downloadcolobot-fe7a90ac34de28e30863a1257319f85a5e662286.tar.gz
colobot-fe7a90ac34de28e30863a1257319f85a5e662286.tar.bz2
colobot-fe7a90ac34de28e30863a1257319f85a5e662286.zip
Fixed includes and GCC syntax errors
Diffstat (limited to 'src/compass.cpp')
-rw-r--r--src/compass.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/compass.cpp b/src/compass.cpp
index c31ceb2..0ec718c 100644
--- a/src/compass.cpp
+++ b/src/compass.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 @@ CCompass::CCompass(CInstanceManager* iMan) : CControl(iMan)
CCompass::~CCompass()
{
- CControl::~CControl();
}