Browse Source

Fix build

Signed-off-by: falkTX <falktx@falktx.com>
pull/1775/head
falkTX 2 years ago
parent
commit
f2940bcad0
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/backend/utils/PluginDiscovery.cpp

+ 1
- 1
source/backend/utils/PluginDiscovery.cpp View File

@@ -224,7 +224,7 @@ protected:
{
const char* category = nullptr;
readNextLineAsString(category, false);
nextInfo.metadata.category = getPluginCategoryFromString(category);
nextInfo.metadata.category = CB::getPluginCategoryFromString(category);
return true;
}



Loading…
Cancel
Save