diff options
Diffstat (limited to 'src/server/InputPort.hpp')
-rw-r--r-- | src/server/InputPort.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/InputPort.hpp b/src/server/InputPort.hpp index 1f82425e..d1082b71 100644 --- a/src/server/InputPort.hpp +++ b/src/server/InputPort.hpp @@ -57,8 +57,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 ~InputPort() {} |