make VALUELENGTH constant consistent.
This commit is contained in:
@ -72,6 +72,7 @@ class Variable : protected Pointers {
|
||||
PYTHON,
|
||||
INTERNAL
|
||||
};
|
||||
static constexpr int VALUELENGTH = 64;
|
||||
|
||||
private:
|
||||
int me;
|
||||
|
||||
Reference in New Issue
Block a user