Commit 43c252bca9ae43b634d9652e8efb4b15dd6f0015

Authored by Josh Klontz
1 parent 42c2a61a

fixed break in binary compatibility

Showing 1 changed file with 1 additions and 1 deletions
openbr/plugins/keypoint.cpp
@@ -181,7 +181,7 @@ BR_REGISTER(Transform, SIFTDescriptorTransform) @@ -181,7 +181,7 @@ BR_REGISTER(Transform, SIFTDescriptorTransform)
181 * \brief Add landmarks to the template in a grid layout 181 * \brief Add landmarks to the template in a grid layout
182 * \author Josh Klontz \cite jklontz 182 * \author Josh Klontz \cite jklontz
183 */ 183 */
184 -class GridTransform : public UntrainableMetaTransform 184 +class GridTransform : public UntrainableTransform
185 { 185 {
186 Q_OBJECT 186 Q_OBJECT
187 Q_PROPERTY(int rows READ get_rows WRITE set_rows RESET reset_rows STORED false) 187 Q_PROPERTY(int rows READ get_rows WRITE set_rows RESET reset_rows STORED false)