This commit is contained in:
Paul 2020-09-10 17:07:13 -05:00
parent 4d1b3e06c7
commit 6394ad2643
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@ struct ForwardTraversal {
ForwardAnalyzer::Action actions;
bool analyzeOnly;
bool stopUpdates()
{
bool stopUpdates() {
analyzeOnly = true;
return actions.isModified();
}