diff options
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r-- | src/gui/Port.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp index 3cea7bc5..465fc783 100644 --- a/src/gui/Port.hpp +++ b/src/gui/Port.hpp @@ -34,6 +34,7 @@ using Ingen::Client::PortModel; namespace GUI { class App; +class PatchWindow; /** A Port on an Module. * @@ -71,6 +72,8 @@ private: const std::string& name, bool flip = false); + PatchWindow* get_patch_window() const; + void property_changed(const Raul::URI& key, const Raul::Atom& value); bool on_event(GdkEvent* ev); |