Issue 489 update the port
[zxing.git] / cpp / core / src / zxing / qrcode / QRCodeReader.cpp
index 656b6f9..da11644 100644 (file)
@@ -30,8 +30,8 @@ namespace zxing {
                
                QRCodeReader::QRCodeReader() :decoder_() {
                }
-               
-               Ref<Result> QRCodeReader::decode(Ref<BinaryBitmap> image) {
+               //TODO: see if any of the other files in the qrcode tree need tryHarder
+               Ref<Result> QRCodeReader::decode(Ref<BinaryBitmap> image, DecodeHints hints) {
 #ifdef DEBUG
                        cout << "decoding image " << image.object_ << ":\n" << flush;
 #endif