aboutsummaryrefslogtreecommitdiffstats
path: root/meowpp.test/inc/autostitch.h
diff options
context:
space:
mode:
Diffstat (limited to 'meowpp.test/inc/autostitch.h')
-rw-r--r--meowpp.test/inc/autostitch.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/meowpp.test/inc/autostitch.h b/meowpp.test/inc/autostitch.h
index 68df9c9..11039bd 100644
--- a/meowpp.test/inc/autostitch.h
+++ b/meowpp.test/inc/autostitch.h
@@ -29,8 +29,7 @@ class MyFeaturePointsDetector: public meow::ObjBase {
public:
virtual meow::Usage usage() const = 0;
virtual bool usage(meow::Usage const& usg) = 0;
- virtual FeaturePoints detect(meow::Bitmap<meow::RGBf_Space> const& bmp)
- = 0;
+ virtual FeaturePoints detect(meow::Bitmap<meow::RGBf_Space> const& bmp) = 0;
};
class MyK_Match {