Issue 497
[zxing.git] / cpp / core / src / zxing / qrcode / detector / Detector.h
index 2bafe80..e63aac1 100644 (file)
@@ -27,6 +27,9 @@
 #include <zxing/common/PerspectiveTransform.h>\r
 \r
 namespace zxing {\r
+\r
+class DecodeHints;\r
+\r
 namespace qrcode {\r
 \r
 class Detector : public Counted {\r
@@ -51,7 +54,7 @@ public:
       ResultPoint > bottomLeft, Ref<ResultPoint> alignmentPattern, int dimension);\r
 \r
   Detector(Ref<BitMatrix> image);\r
-  Ref<DetectorResult> detect();\r
+  Ref<DetectorResult> detect(DecodeHints const& hints);\r
 };\r
 }\r
 }\r