diff --git a/src/insets/InsetNote.h b/src/insets/InsetNote.h index c710ce7638..a9ca313b87 100644 --- a/src/insets/InsetNote.h +++ b/src/insets/InsetNote.h @@ -57,6 +57,8 @@ private: /// virtual DisplayType display() const; /// + bool noFontChange() const { return params_.type != InsetNoteParams::Note; } + /// void write(std::ostream &) const; /// void read(Lexer & lex);