1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

remove default value

This commit is contained in:
Laserlicht 2023-12-16 19:54:45 +01:00 committed by GitHub
parent d91aa8baca
commit 8d75c30dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ VCMI_LIB_NAMESPACE_BEGIN
namespace vstd namespace vstd
{ {
DLL_LINKAGE std::string getFormattedDateTime(std::time_t dt, std::string format = ""); DLL_LINKAGE std::string getFormattedDateTime(std::time_t dt, std::string format);
DLL_LINKAGE std::string getDateTimeISO8601Basic(std::time_t dt); DLL_LINKAGE std::string getDateTimeISO8601Basic(std::time_t dt);
} }