diff options
Diffstat (limited to 'src/gui_main.hh')
| -rw-r--r-- | src/gui_main.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_main.hh b/src/gui_main.hh index d56804c..1070c0d 100644 --- a/src/gui_main.hh +++ b/src/gui_main.hh @@ -34,7 +34,7 @@ public: static GuiMain* create(std::string const& title, uint32_t width, uint32_t height); - static Looper* createLooper(); + virtual Looper* create_looper() = 0; virtual void set_menu(GuiMenu* menu) = 0; virtual GuiMenu* menu() const = 0; |
