aboutsummaryrefslogtreecommitdiffstats
path: root/meowpp/gra/FeaturePointsDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'meowpp/gra/FeaturePointsDetector.h')
-rw-r--r--meowpp/gra/FeaturePointsDetector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/meowpp/gra/FeaturePointsDetector.h b/meowpp/gra/FeaturePointsDetector.h
index 415419a..858c66a 100644
--- a/meowpp/gra/FeaturePointsDetector.h
+++ b/meowpp/gra/FeaturePointsDetector.h
@@ -18,9 +18,9 @@ public:
virtual ~FeaturePointsDetector() { }
virtual std::vector<FeaturePoint<double, double> >
- detect(Bitmap<Pixel> const& __bitmap) const = 0;
+ detect(Bitmap<Pixel> const& bitmap) const = 0;
};
-}
+} // meow
#endif // gra_FeaturePointsDetector_H__