diff options
Diffstat (limited to 'src/gui/PatchWindow.hpp')
-rw-r--r-- | src/gui/PatchWindow.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/PatchWindow.hpp b/src/gui/PatchWindow.hpp index fb58e337..63f70cd7 100644 --- a/src/gui/PatchWindow.hpp +++ b/src/gui/PatchWindow.hpp @@ -57,6 +57,7 @@ public: const Glib::RefPtr<Gtk::Builder>& xml); ~PatchWindow(); + void init_window(App& app); void set_patch_from_path(const Raul::Path& path, SharedPtr<PatchView> view); void set_patch(SharedPtr<const PatchModel> pc, SharedPtr<PatchView> view); |