mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 20:32:34 +00:00
wip: Search & replace RXingResultPoint with Point
Build fails because the OneDReader proc macro expects that a RXingResultPoint type exists.
This commit is contained in:
@@ -94,7 +94,7 @@ impl UPCAReader {
|
||||
let mut upcaRXingResult = RXingResult::new(
|
||||
stripped_text,
|
||||
Vec::new(),
|
||||
result.getRXingResultPoints().to_vec(),
|
||||
result.getPoints().to_vec(),
|
||||
BarcodeFormat::UPC_A,
|
||||
);
|
||||
upcaRXingResult.putAllMetadata(result.getRXingResultMetadata().clone());
|
||||
|
||||
Reference in New Issue
Block a user