summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/interface/Plugin.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/interface/Plugin.hpp b/src/common/interface/Plugin.hpp
index 7fc7468b..d9665662 100644
--- a/src/common/interface/Plugin.hpp
+++ b/src/common/interface/Plugin.hpp
@@ -27,7 +27,7 @@ namespace Shared {
class Plugin
{
public:
- enum Type { LV2, LADSPA, DSSI, Internal, Patch };
+ enum Type { LV2, LADSPA, Internal, Patch };
virtual Type type() const = 0;
virtual const std::string& uri() const = 0;