mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
partial working code39
This commit is contained in:
@@ -66,5 +66,6 @@ pub trait Reader {
|
||||
* Resets any internal state the implementation has after a decode, to prepare it
|
||||
* for reuse.
|
||||
*/
|
||||
fn reset(&mut self);
|
||||
fn reset(&mut self) { /* do nothing */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user