Le 24/06/2025 à 18:07, Richard Kimberly Heck a écrit :
- std::string docbookAttr() const; + std::string docbookAttr() const { return docbook_attr_; }
Lots of good catches. It seems that I cannot move the definition to the header and think about adding the & at the same time!
The only one which makes sense is
- InsetSpaceParams::Kind kind() const; - + InsetSpaceParams::Kind kind() const { return params_.kind; }
Indeed, Kind is an enum. Thanks, this is corrected now. JMarc -- lyx-devel mailing list [email protected] https://lists.lyx.org/mailman/listinfo/lyx-devel
