Skip to content

Commit eeeb16d

Browse files
committed
Update Utils.h
1 parent f3c3230 commit eeeb16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/Utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ class Utils {
406406

407407
std::array<char, 64> charBuffer = {};
408408

409-
constexpr std::array<int, 3> functionIds = {
409+
constexpr std::array<unsigned int, 3> functionIds = {
410410
0x80000002,
411411
0x80000003,
412412
0x80000004

0 commit comments

Comments
 (0)