X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=cpp%2Fcore%2Fsrc%2Fzxing%2Fqrcode%2FQRCodeReader.h;h=0c5ca8fee0e306acf53f3c09d753abcbb5184eba;hb=8a2b8ea59559342d8ac22fb90e8d57be067dbf87;hp=8257c7a39598124de924eb11c384a1d0b0425062;hpb=82e3178fa2414c9e4ea014126a55345a6fac1bcd;p=zxing.git diff --git a/cpp/core/src/zxing/qrcode/QRCodeReader.h b/cpp/core/src/zxing/qrcode/QRCodeReader.h index 8257c7a3..0c5ca8fe 100644 --- a/cpp/core/src/zxing/qrcode/QRCodeReader.h +++ b/cpp/core/src/zxing/qrcode/QRCodeReader.h @@ -23,6 +23,7 @@ #include #include +#include namespace zxing { namespace qrcode { @@ -33,7 +34,7 @@ namespace zxing { public: QRCodeReader(); - virtual Ref decode(Ref image); + virtual Ref decode(Ref image, DecodeHints hints); virtual ~QRCodeReader(); };