]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCitation.h
Math.lyx, Tutorial.lyx: fix some typos spotted by a user
[lyx.git] / src / insets / InsetCitation.h
index 0cdde7b2ee7ece7666fcaa85ffcece71dc95a36c..1b2f714bfa600ec7fcddd4e2c3609ac70d434424 100644 (file)
@@ -31,6 +31,11 @@ class InsetCitation : public InsetCommand
 public:
        ///
        InsetCitation(Buffer * buf, InsetCommandParams const &);
+       ///
+       ~InsetCitation();
+
+       ///
+       bool addKey(std::string const & key);
 
        /// \name Public functions inherited from Inset class
        //@{