Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 207753e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)