diff options
Diffstat (limited to 'src/server/PluginImpl.hpp')
-rw-r--r-- | src/server/PluginImpl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/PluginImpl.hpp b/src/server/PluginImpl.hpp index 854157ec..3c93aa21 100644 --- a/src/server/PluginImpl.hpp +++ b/src/server/PluginImpl.hpp @@ -55,7 +55,7 @@ public: Engine& engine, const LilvState* state) = 0; - virtual const Raul::Symbol symbol() const = 0; + virtual Raul::Symbol symbol() const = 0; const Atom& type() const { return _type; } void set_type(const Atom& t) { _type = t; } |