mirror of https://github.com/status-im/qzxing.git
Add explicit namespace to byte class
This avoids ambiguous compiler error
This commit is contained in:
parent
501e0f8738
commit
2b380f5483
|
@ -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…
Reference in New Issue