]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCitation.h
Fix GRAPHICS_EDIT of InsetGraphics
[lyx.git] / src / insets / InsetCitation.h
index e30d036caa72eca817f16c2046c510753cf50cf0..85f3f0ae22167621daa8fe90af23c43ca02d3600 100644 (file)
@@ -30,6 +30,8 @@ public:
        ///
        InsetCitation(InsetCommandParams const &);
        ///
+       bool isLabeled() const { return true; }
+       ///
        docstring screenLabel() const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }