summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/MapView.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/MapView.h')
-rw-r--r--StarsEx/MapView.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/StarsEx/MapView.h b/StarsEx/MapView.h
index 0e8d599..d89ac92 100644
--- a/StarsEx/MapView.h
+++ b/StarsEx/MapView.h
@@ -17,7 +17,7 @@
#include "Types.h"
#include "SimObject.h"
#include "View.h"
-#include "EventTarget.h"
+#include "UIEventTarget.h"
#include "Bitmap.h"
#include "List.h"
#include "Text.h"
@@ -45,7 +45,7 @@ const int EID_MAP_CLICK = 1000;
// +--------------------------------------------------------------------+
class MapView : public View,
-public EventTarget,
+public UIEventTarget,
public SimObserver
{
public: