diff options
Diffstat (limited to 'src/server/OutputPort.hpp')
-rw-r--r-- | src/server/OutputPort.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/OutputPort.hpp b/src/server/OutputPort.hpp index b117847f..1fe8c957 100644 --- a/src/server/OutputPort.hpp +++ b/src/server/OutputPort.hpp @@ -45,8 +45,8 @@ public: uint32_t poly, PortType type, LV2_URID buffer_type, - const Raul::Atom& value, - size_t buffer_size=0); + const Atom& value, + size_t buffer_size = 0); virtual ~OutputPort() {} |