Skip to content

Commit

Permalink
Fix Mac compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
doumdi committed Dec 15, 2023
1 parent fd72cca commit 4b0dfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/webcamoid/Lib/src/akelement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class AkElementPrivate
return pluginId;
;
#else
return pluginId.remove(QRegExp("^lib"));
return pluginId.remove(QRegularExpression("^lib"));
#endif
}

Expand Down

0 comments on commit 4b0dfeb

Please sign in to comment.