Browse Source

remove default value

Laserlicht 1 year ago
parent
commit
8d75c30dca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/vstd/DateUtils.h

+ 1 - 1
include/vstd/DateUtils.h

@@ -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);
 
 
 }
 }