summaryrefslogtreecommitdiffstats
path: root/src/common/interface/Patch.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/interface/Patch.hpp')
-rw-r--r--src/common/interface/Patch.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/interface/Patch.hpp b/src/common/interface/Patch.hpp
index ea6a0507..0817d7c2 100644
--- a/src/common/interface/Patch.hpp
+++ b/src/common/interface/Patch.hpp
@@ -39,8 +39,8 @@ public:
virtual const Connections& connections() const = 0;
- virtual bool enabled() const = 0;
- virtual uint32_t internal_polyphony() const = 0;
+ virtual bool enabled() const = 0;
+ virtual uint32_t internal_poly() const = 0;
};