diff --git a/src/insets/insetbox.h b/src/insets/insetbox.h index 044f0d4330..3e0df69ebb 100644 --- a/src/insets/insetbox.h +++ b/src/insets/insetbox.h @@ -80,6 +80,8 @@ public: /// bool neverIndent() const { return true; } /// + bool noFontChange() const { return true; } + /// int latex(Buffer const &, std::ostream &, OutputParams const &) const; ///