Skip to content

Commit d4a936d

Browse files
committed
Nit
1 parent e344a79 commit d4a936d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/timer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ using Clock = std::chrono::high_resolution_clock;
3535
using TimePoint = std::chrono::time_point<Clock>;
3636
using Duration = std::chrono::milliseconds;
3737

38-
constexpr char* OVERALL_TIMER = "Summary";
38+
static constexpr char OVERALL_TIMER[] = "Summary";
3939

4040
enum class SHOWTIME_MODES : std::uint8_t {
4141
SHOWTIME_NONE,

0 commit comments

Comments
 (0)