* src/insets/InsetNote.h:

- implement missing noFontChange.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23601 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-03-09 17:43:16 +00:00
parent a49c4e3454
commit 3f7d2a66f5

View File

@ -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);