From 5448441c8f948d58f74b4c94a6c2f5b5bcc7750d Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Thu, 13 Jul 2023 15:55:18 +0200 Subject: [PATCH] fixed typo --- contrib/epee/include/storages/portable_storage_val_converters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/epee/include/storages/portable_storage_val_converters.h b/contrib/epee/include/storages/portable_storage_val_converters.h index f2c49f0e..8e38beeb 100644 --- a/contrib/epee/include/storages/portable_storage_val_converters.h +++ b/contrib/epee/include/storages/portable_storage_val_converters.h @@ -129,7 +129,7 @@ POP_VS_WARNINGS template struct convert_to_integral { - static void convert(const const std::string& from, uint64_t& to) + static void convert(const std::string& from, uint64_t& to) { //attempt to convert string to unsigned int try