From 29c8bfe6d5a9bce0df87176ccd8ac1b1d7db6002 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 25 Mar 2013 00:34:26 +0000 Subject: Fix preset loading. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5101 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/ObjectMenu.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/ObjectMenu.hpp') diff --git a/src/gui/ObjectMenu.hpp b/src/gui/ObjectMenu.hpp index fc63c7a8..d3ed647e 100644 --- a/src/gui/ObjectMenu.hpp +++ b/src/gui/ObjectMenu.hpp @@ -44,6 +44,9 @@ public: void init(App& app, SPtr object); + SPtr object() const { return _object; } + App* app() const { return _app; } + protected: void on_menu_learn(); void on_menu_unlearn(); -- cgit v1.2.1