Skip to content

Commit 08bcab4

Browse files
committed
fixes #5681 avoid c2440 error lose const qualifier
1 parent b45b70b commit 08bcab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/NativeTests/BigUIntTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ namespace BigUIntTest
226226
TEST_CASE("Init_From_Char_Of_Digits", "[BigUIntTest]")
227227
{
228228
BigUInt biDec;
229-
char *charDigit;
229+
const char *charDigit;
230230
bool result;
231231
int charDigitLength;
232232

0 commit comments

Comments
 (0)