summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/ComboBox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/ComboBox.cpp')
-rw-r--r--StarsEx/ComboBox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/StarsEx/ComboBox.cpp b/StarsEx/ComboBox.cpp
index 4269a96..cb16723 100644
--- a/StarsEx/ComboBox.cpp
+++ b/StarsEx/ComboBox.cpp
@@ -18,7 +18,7 @@
#include "Screen.h"
#include "Bitmap.h"
#include "Font.h"
-#include "EventDispatch.h"
+#include "UIEventDispatch.h"
// +--------------------------------------------------------------------+
// DECLARE MAPPING FUNCTIONS:
@@ -311,7 +311,7 @@ void ComboBox::ShowList()
list->Show();
list_showing = true;
- EventDispatch* dispatch = EventDispatch::GetInstance();
+ UIEventDispatch* dispatch = UIEventDispatch::GetInstance();
if (dispatch) {
dispatch->MouseEnter(list);
dispatch->SetFocus(list);