diff --git a/source/backend/plugin/BridgePlugin.cpp b/source/backend/plugin/BridgePlugin.cpp index 79410fecc..5aacb4cc5 100644 --- a/source/backend/plugin/BridgePlugin.cpp +++ b/source/backend/plugin/BridgePlugin.cpp @@ -1352,7 +1352,7 @@ public: pData->hints = hints | PLUGIN_IS_BRIDGE; fInfo.category = static_cast(category); - fInfo.uniqueId = uniqueId; + fInfo.uniqueId = static_cast(uniqueId); fInfo.name = name; fInfo.label = label;