]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCitation.h
Merge branch 'master' into biblatex2
[lyx.git] / src / insets / InsetCitation.h
index 40926b310a3330ec27522826c9fe8c24885116c1..cde7bd126ce511f0475029944020dd40e84ae208 100644 (file)
@@ -14,6 +14,7 @@
 #define INSET_CITATION_H
 
 #include "InsetCommand.h"
+#include "Citation.h"
 
 namespace lyx {
 
@@ -82,6 +83,9 @@ public:
        ///
        static bool isCompatibleCommand(std::string const &);
        //@}
+       ///
+       CitationStyle getCitationStyle(BufferParams const & bp, std::string const & input,
+                                      std::vector<CitationStyle> const & valid_styles) const;
 
 private:
        /// tries to make a pretty label and makes a basic one if not