Internals: Add missing debug level setter.
This commit is contained in:
parent
e5b94046aa
commit
a98eb4fa04
|
|
@ -23,6 +23,8 @@
|
|||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
VL_DEFINE_DEBUG_FUNCTIONS;
|
||||
|
||||
// We use a static char array in VL_VALUE_STRING
|
||||
constexpr int VL_VALUE_STRING_MAX_WIDTH = 8192;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue