]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBibitem.h
Introduce Inset::isLabeled() in order to avoid reimplementing Inset::initView() every...
[features.git] / src / insets / InsetBibitem.h
index c48bc17b688c950ed1d88a750e2f0243db5826c9..44adc6b1ef6cc4c5758215f101fcad16faad11a6 100644 (file)
@@ -34,6 +34,8 @@ public:
          **/
        void initView();
        ///
+       bool isLabeled() const { return true; }
+       ///
        void read(Lexer & lex);
        ///
        docstring screenLabel() const;