X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FRow.h;h=156fd9f671eefb166af633ebb99f1d6609b6aa85;hb=90ea50811191dc891d2b3407c01527f1f2d745dd;hp=8dc41120b985fb09d45aabf253fa0c278b25f84f;hpb=45191d04f9999ba5c8ac4466e058e1271f17649d;p=features.git diff --git a/src/Row.h b/src/Row.h index 8dc41120b9..156fd9f671 100644 --- a/src/Row.h +++ b/src/Row.h @@ -141,7 +141,7 @@ public: Change change; // is it possible to add contents to this element? bool final = false; - // properties with respect to row breaking (made of RowFlag enums) + // properties with respect to row breaking (made of RowFlag enumerators) int row_flags = Inline; friend std::ostream & operator<<(std::ostream & os, Element const & row);