diff --git a/src/App/Enumeration.cpp b/src/App/Enumeration.cpp index bda0899206..26b0de9d1b 100644 --- a/src/App/Enumeration.cpp +++ b/src/App/Enumeration.cpp @@ -38,6 +38,7 @@ Enumeration::Enumeration() } Enumeration::Enumeration(const Enumeration &other) + : _EnumArray(NULL), _ownEnumArray(false), _index(0), _maxVal(-1) { if (other._ownEnumArray) { setEnums(other.getEnumVector());