summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Block.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/LV2Block.hpp')
-rw-r--r--src/server/LV2Block.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/LV2Block.hpp b/src/server/LV2Block.hpp
index d04d2048..eec852a2 100644
--- a/src/server/LV2Block.hpp
+++ b/src/server/LV2Block.hpp
@@ -68,11 +68,11 @@ public:
void run(RunContext& context);
void post_process(RunContext& context);
- LilvState* load_preset(const Raul::URI& uri);
+ LilvState* load_preset(const URI& uri);
void apply_state(const UPtr<Worker>& worker, const LilvState* state);
- boost::optional<Resource> save_preset(const Raul::URI& uri,
+ boost::optional<Resource> save_preset(const URI& uri,
const Properties& props);
void set_port_buffer(uint32_t voice,