C++ port: add decode hints system
[zxing.git] / cpp / core / src / zxing / datamatrix / DataMatrixReader.cpp
index 8b00161..74a1b2c 100644 (file)
@@ -31,7 +31,7 @@ DataMatrixReader::DataMatrixReader() :
     decoder_() {
 }
 
-Ref<Result> DataMatrixReader::decode(Ref<BinaryBitmap> image) {
+Ref<Result> DataMatrixReader::decode(Ref<BinaryBitmap> image, DecodeHints hints) {
 #ifdef DEBUG
   cout << "decoding image " << image.object_ << ":\n" << flush;
 #endif