diff --git a/openbr/openbr_plugin.cpp b/openbr/openbr_plugin.cpp index ef4ddb8..0d84260 100644 --- a/openbr/openbr_plugin.cpp +++ b/openbr/openbr_plugin.cpp @@ -1237,7 +1237,7 @@ Transform *Transform::make(QString str, QObject *parent) File parsed("."+str); if (Globals->abbreviations.contains(parsed.suffix())) { - Transform * res = make(Globals->abbreviations[parsed.suffix()], parent); + Transform *res = make(Globals->abbreviations[parsed.suffix()], parent); applyAdditionalProperties(parsed, res); return res; }