mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-12 19:06:50 +00:00
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…
x
Reference in New Issue
Block a user