This commit is contained in:
Guillaume Munch 2016-05-04 19:23:51 +01:00 committed by Richard Heck
parent 395d9e09e2
commit 3465bf4baf

View File

@ -370,8 +370,8 @@ public:
+ (with_blanks ? blank_count_ : 0);
}
// does the buffer contains tracked changes? (if so, we automatically
// display the review toolbar)
// does the buffer contain tracked changes? (if so, we automatically
// display the review toolbar, for instance)
mutable bool tracked_changes_present_;
private: