1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-05 08:27:10 +02:00

Fix undefined reference in SAJSON.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sandu Liviu Catalin
2021-07-16 21:37:01 +03:00
parent 197a6cd622
commit b4fa4091df
2 changed files with 9 additions and 6 deletions

View File

@ -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];
}
}