Fix in code for disabling analyzers.

Plus some refactoring.

Closes #577.
This commit is contained in:
Robin Sommer 2011-10-07 17:19:36 -07:00
parent 6ae9da5aad
commit 8fa059fb10
3 changed files with 31 additions and 55 deletions

View file

@ -277,6 +277,10 @@ protected:
void AppendNewChildren();
private:
// Internal method to eventually delete a child analyzer that's
// already Done().
void DeleteChild(analyzer_list::iterator i);
AnalyzerTag::Tag tag;
AnalyzerID id;