summaryrefslogtreecommitdiff
path: root/src/common/Utilities/StringFormat.h
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2022-10-22 00:21:16 +0200
committerGitHub <noreply@github.com>2022-10-22 00:21:16 +0200
commit77a52b8001ba6292b87138471deb7d8aa7b84e4b (patch)
treefd5415c79c93af30c978603b9c525d34a261a7fc /src/common/Utilities/StringFormat.h
parent53219310cfbb356afacb7419ee1c1a24b12bf750 (diff)
fix(CORE): another attempt to fix the dbimport command line warning (#13449)
Diffstat (limited to 'src/common/Utilities/StringFormat.h')
-rw-r--r--src/common/Utilities/StringFormat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/Utilities/StringFormat.h b/src/common/Utilities/StringFormat.h
index e0e4d1aac9..b91509181f 100644
--- a/src/common/Utilities/StringFormat.h
+++ b/src/common/Utilities/StringFormat.h
@@ -72,6 +72,8 @@ namespace Acore::String
AC_COMMON_API Str Trim(const Str& s, const std::locale& loc = std::locale());
AC_COMMON_API std::string TrimRightInPlace(std::string& str);
+
+ AC_COMMON_API std::string AddSuffixIfNotExists(std::string str, const char suffix);
}
#endif