Skip to content

Commit 2d1338e

Browse files
committed
Fix compile error
1 parent c428fbd commit 2d1338e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/Time.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace SSBL {
66

7-
constexpr std::string DEFAULT_FORMAT = "%Y %M %D %h:%m:%s";
7+
constexpr const char *DEFAULT_FORMAT = "%Y %M %D %h:%m:%s";
88

99
struct Time {
1010
size_t year;

0 commit comments

Comments
 (0)