diff options
Diffstat (limited to 'api')
| -rw-r--r-- | api/plugin-support.hpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/api/plugin-support.hpp b/api/plugin-support.hpp index ab41dcd2..9cff1a2e 100644 --- a/api/plugin-support.hpp +++ b/api/plugin-support.hpp @@ -43,8 +43,8 @@ struct dylib final          Filter = 0xdeadbabeu,          Tracker = 0xcafebeefu,          Protocol = 0xdeadf00du, -        Extension = 0xdeadf001u, -        Invalid = 0xcafebabeu, +        Extension = 0xcafebabeu, +        Invalid = (unsigned)-1,      };      dylib(const QString& filename_, Type t) : | 
