make VALUELENGTH constant consistent.

This commit is contained in:
Axel Kohlmeyer
2021-09-04 12:41:52 -04:00
parent 801cd647c3
commit 91b0ae798a
3 changed files with 2 additions and 4 deletions

View File

@ -72,6 +72,7 @@ class Variable : protected Pointers {
PYTHON,
INTERNAL
};
static constexpr int VALUELENGTH = 64;
private:
int me;