mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 13:04:05 -08:00
C++ port: add header file change
Commit the matching header for the Code39Reader.cpp change in r1510 git-svn-id: https://zxing.googlecode.com/svn/trunk@1511 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
5a4f5c901d
commit
2eb3d191b5
|
@ -48,6 +48,7 @@ namespace zxing {
|
|||
public:
|
||||
Code39Reader();
|
||||
Code39Reader(bool usingCheckDigit_);
|
||||
Code39Reader(bool usingCheckDigit_, bool extendedMode_);
|
||||
|
||||
Ref<Result> decodeRow(int rowNumber, Ref<BitArray> row);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue