Commit c7f0f910 authored by dimitri's avatar dimitri

Fixes uninitialized member variable

parent 58937e01
......@@ -75,6 +75,7 @@ GroupDef::GroupDef(const char *df,int dl,const char *na,const char *t,
docVarMembers.setInGroup(TRUE);
visited = 0;
groupScope = 0;
}
GroupDef::~GroupDef()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment