]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
Does not compile on older gcc.
[lyx.git] / src / insets / InsetTabular.h
index de26070b7b4af4727114666c85948f183883219d..d917ab8370d085fe799a7379b595a13368f30436 100644 (file)
@@ -80,6 +80,8 @@ public:
                                  UpdateType utype, TocBackend & backend) const;
        ///
        void metrics(MetricsInfo &, Dimension &) const;
+       /// Needs to be same as InsetTabular
+       bool inheritFont() const { return false; }
 private:
        /// unimplemented
        InsetTableCell();