summaryrefslogtreecommitdiffstats
path: root/Window.h
diff options
context:
space:
mode:
Diffstat (limited to 'Window.h')
-rw-r--r--Window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Window.h b/Window.h
index e58b786..3dd36d5 100644
--- a/Window.h
+++ b/Window.h
@@ -38,8 +38,8 @@ class Window {
virtual ~Window();
void show();
-
void update();
+ void handleAction(UIManager::Action action);
EditManager& getEditManager() {
return editor;