diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-22 14:25:33 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-22 14:25:33 +0000 |
commit | 9eeb87d88bc839ce0955f09dccc9fb2a6a9404c0 (patch) | |
tree | cfb4acffb2311be6709da237a4bf07dd07096c75 | |
parent | added the functionality to handle Misrac98 and MisraC2012 plus the rule check... (diff) | |
download | mutator-9eeb87d88bc839ce0955f09dccc9fb2a6a9404c0.tar.gz mutator-9eeb87d88bc839ce0955f09dccc9fb2a6a9404c0.zip |
uncommented a method
Diffstat (limited to '')
-rw-r--r-- | mutator-lvl0.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutator-lvl0.cpp b/mutator-lvl0.cpp index 9bb56fb..1ce9ec2 100644 --- a/mutator-lvl0.cpp +++ b/mutator-lvl0.cpp @@ -227,7 +227,7 @@ public: ParseString(); - //UpdateRuleList(); + UpdateRuleList(); return true; } |