Minor refactoring

This commit is contained in:
Patrick Lühne 2018-04-20 16:28:36 +02:00 committed by Patrick Lühne
parent d66d3557c1
commit 3ba80e8c9d
No known key found for this signature in database
GPG Key ID: 05F3611E97A70ABF
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ struct Context
output::Logger logger;
bool performSimplification = false;
bool performCompletion = false;
bool performSimplification{false};
bool performCompletion{false};
std::optional<std::vector<PredicateSignatureMeta>> visiblePredicateSignatures;
std::optional<std::vector<PredicateSignatureMeta>> externalPredicateSignatures;