]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCitation.h
InsetCommandParams() now takes an InsetCode rather than a string.
[features.git] / src / insets / InsetCitation.h
index 31b8140a5599e22ded38a6d9ae71acf96427ae82..0bc7ee0ab7848214f564ff4db73b75de0fba5035 100644 (file)
@@ -15,6 +15,7 @@
 
 
 #include "InsetCommand.h"
+#include "InsetCode.h"
 
 #include "BiblioInfo.h"
 
@@ -63,7 +64,7 @@ private:
        class Cache {
        public:
                ///
-               Cache() : engine(biblio::ENGINE_BASIC), params("citation") {}
+               Cache() : engine(biblio::ENGINE_BASIC), params(CITE_CODE) {}
                ///
                biblio::CiteEngine engine;
                ///