mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
* 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:
parent
a49c4e3454
commit
3f7d2a66f5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user