Skip to content

Commit 207753e

Browse files
committed
[[ Constify ]] Missed another const
1 parent a47d51c commit 207753e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/test/test_lextable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ TEST(lextable, table_pointer)
4444
// Checks that the entries of factor_table are in alphabetical order.
4545
//
4646
{
47-
extern const LT *table_pointers[];
47+
extern const LT * const table_pointers[];
4848
extern const uint4 table_pointers_size;
4949

5050
extern const uint2 table_sizes[];

0 commit comments

Comments
 (0)