summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r--src/gui/Port.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp
index 7eef8c56..aaa0ffc8 100644
--- a/src/gui/Port.hpp
+++ b/src/gui/Port.hpp
@@ -34,7 +34,7 @@ using Ingen::Client::PortModel;
namespace GUI {
class App;
-class PatchWindow;
+class PatchBox;
/** A Port on an Module.
*
@@ -71,7 +71,7 @@ private:
const std::string& name,
bool flip = false);
- PatchWindow* get_patch_window() const;
+ PatchBox* get_patch_box() const;
void property_changed(const Raul::URI& key, const Raul::Atom& value);
void moved();