diff options
Diffstat (limited to 'fxbarcode/oned/BC_OnedEANChecksum.h')
-rw-r--r-- | fxbarcode/oned/BC_OnedEANChecksum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxbarcode/oned/BC_OnedEANChecksum.h b/fxbarcode/oned/BC_OnedEANChecksum.h index 47d2d6bd91..5dd24bc269 100644 --- a/fxbarcode/oned/BC_OnedEANChecksum.h +++ b/fxbarcode/oned/BC_OnedEANChecksum.h @@ -7,6 +7,6 @@ #include "core/fxcrt/fx_string.h" -int32_t EANCalcChecksum(const CFX_ByteString& contents); +int32_t EANCalcChecksum(const ByteString& contents); #endif // FXBARCODE_ONED_BC_ONEDEANCHECKSUM_H_ |