summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Game.cpp')
-rw-r--r--StarsEx/Game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/StarsEx/Game.cpp b/StarsEx/Game.cpp
index 4c15163..420d7d3 100644
--- a/StarsEx/Game.cpp
+++ b/StarsEx/Game.cpp
@@ -11,7 +11,7 @@
#include "Mouse.h"
#include "Universe.h"
#include "Window.h"
-#include "EventDispatch.h"
+#include "UIEventDispatch.h"
#include "Panic.h"
#include "Pcx.h"
#include "Bitmap.h"
@@ -130,7 +130,7 @@ void
Game::GameLoop()
{
if (active) {
- auto dispatch = EventDispatch::GetInstance();
+ auto dispatch = UIEventDispatch::GetInstance();
if (dispatch)
dispatch->Dispatch();
}