mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-05 00:17:11 +02:00
Fix undefined reference in SAJSON.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
2
vendor/SAJSON/sajson.cpp
vendored
2
vendor/SAJSON/sajson.cpp
vendored
@ -2,6 +2,6 @@
|
||||
|
||||
namespace sajson {
|
||||
namespace internal {
|
||||
template <> const uint8_t globals_struct<void>::parse_flags[256];
|
||||
//template <> const uint8_t globals_struct<void>::parse_flags[256];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user