diff options
Diffstat (limited to 'src/gui/PatchBox.hpp')
-rw-r--r-- | src/gui/PatchBox.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/PatchBox.hpp b/src/gui/PatchBox.hpp index bd275cbb..d6d03829 100644 --- a/src/gui/PatchBox.hpp +++ b/src/gui/PatchBox.hpp @@ -58,6 +58,8 @@ public: const Glib::RefPtr<Gtk::Builder>& xml); ~PatchBox(); + static SharedPtr<PatchBox> create(App& app, SharedPtr<const PatchModel> patch); + void init_box(App& app); void set_patch(SharedPtr<const PatchModel> pc, SharedPtr<PatchView> view); void set_window(PatchWindow* win) { _window = win; } |