diff --git a/src/cregex.cpp b/src/cregex.cpp index ae560ce2..2ea8d8c3 100644 --- a/src/cregex.cpp +++ b/src/cregex.cpp @@ -83,7 +83,7 @@ public: std::map > positions; void update(); void clean(); - RegExData() e(), m(), fm, t(type_copy), pbase(0), line(0), fbase(), strings(), positions() {} + RegExData() : e(), m(), fm(), t(type_copy), pbase(0), line(0), fbase(), strings(), positions() {} }; void RegExData::update()