Commit 0a40c8d9720e76fbf2fc3b8548e1d30e482c4e4a
1 parent
eb1ea6ef
Independent formatting
Showing
1 changed file
with
1 additions
and
0 deletions
openbr/plugins/independent.cpp
| @@ -93,6 +93,7 @@ class DownsampleTrainingTransform : public Transform | @@ -93,6 +93,7 @@ class DownsampleTrainingTransform : public Transform | ||
| 93 | BR_PROPERTY(QStringList, gallery, QStringList()) | 93 | BR_PROPERTY(QStringList, gallery, QStringList()) |
| 94 | BR_PROPERTY(QStringList, subjects, QStringList()) | 94 | BR_PROPERTY(QStringList, subjects, QStringList()) |
| 95 | 95 | ||
| 96 | + | ||
| 96 | Transform *simplify(bool &newTForm) | 97 | Transform *simplify(bool &newTForm) |
| 97 | { | 98 | { |
| 98 | Transform *res = transform->simplify(newTForm); | 99 | Transform *res = transform->simplify(newTForm); |