aboutsummaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.hh')
-rw-r--r--src/ui.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.hh b/src/ui.hh
index 46c2b5e3..a854f585 100644
--- a/src/ui.hh
+++ b/src/ui.hh
@@ -62,7 +62,7 @@ class UI : public fltk::Window {
public:
- UI(int w, int h, const char* label = 0);
+ UI(int w, int h, const char* label = 0, const UI *cur_ui = NULL);
~UI() {} // TODO: implement destructor
// To manage what events to catch and which to let pass