mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-14 20:06:25 +00:00
Merge pull request #91 from jimmymorales/bug-fix
Add explicit namespace to byte class
This commit is contained in:
commit
e16429c233
@ -37,7 +37,7 @@ DecoderResult::DecoderResult(ArrayRef<byte> rawBytes,
|
||||
Ref<String> text)
|
||||
: rawBytes_(rawBytes), text_(text),charSet_("") {}
|
||||
|
||||
ArrayRef<byte> DecoderResult::getRawBytes() {
|
||||
ArrayRef<zxing::byte> DecoderResult::getRawBytes() {
|
||||
return rawBytes_;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user