Commit 3573f10c1bd2e45ffd34a56d8bbb493f96d32529
1 parent
c1ace94d
Change IfTransform to MetaTransform
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/imgproc/if.cpp
| ... | ... | @@ -8,7 +8,7 @@ namespace br |
| 8 | 8 | * \author Scott Klum \cite sklum |
| 9 | 9 | * \brief Document Me! |
| 10 | 10 | */ |
| 11 | -class IfTransform : public Transform | |
| 11 | +class IfTransform : public MetaTransform | |
| 12 | 12 | { |
| 13 | 13 | Q_OBJECT |
| 14 | 14 | Q_PROPERTY(br::Transform* transform READ get_transform WRITE set_transform RESET reset_transform) | ... | ... |