summaryrefslogtreecommitdiffstats
path: root/src/server/InternalPlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/InternalPlugin.hpp')
-rw-r--r--src/server/InternalPlugin.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/InternalPlugin.hpp b/src/server/InternalPlugin.hpp
index 438e9f2b..d96ea86a 100644
--- a/src/server/InternalPlugin.hpp
+++ b/src/server/InternalPlugin.hpp
@@ -52,7 +52,7 @@ public:
Engine& engine,
const LilvState* state) override;
- const Raul::Symbol symbol() const override { return _symbol; }
+ Raul::Symbol symbol() const override { return _symbol; }
private:
const Raul::Symbol _symbol;