Skip to content

Commit 0d61fa1

Browse files
committed
Fix type
1 parent 92bd36b commit 0d61fa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Src/Model3/DSB.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ enum
645645
ST_GOTB6
646646
};
647647

648-
static constexpr char *stateName[] =
648+
static constexpr const char *stateName[] =
649649
{
650650
"idle",
651651
"st_got_14",

0 commit comments

Comments
 (0)