]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcite.h
fix compilation pb ; update eu.po
[lyx.git] / src / insets / insetcite.h
index 8fa126caa52a7c9e100b43e4340350fdf294ac4d..3f896677f8e485f720c99863621ba3ac6a627b1f 100644 (file)
@@ -31,6 +31,8 @@ public:
        string const getScreenLabel() const;
        ///
        EDITABLE Editable() const { return IS_EDITABLE; }
+       ///
+       Inset::Code LyxCode() const { return Inset::CITE_CODE; }
         ///
        void Edit(BufferView *, int, int, unsigned int);
 };