mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
change PointCallback to accept Point instead of ResultPoint
This commit is contained in:
@@ -92,7 +92,7 @@ impl Reader for AztecReader {
|
||||
{
|
||||
// if let DecodeHintValue::NeedResultPointCallback(cb) = rpcb {
|
||||
for point in points {
|
||||
cb(point);
|
||||
cb(*point);
|
||||
}
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user