X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Finsets%2FInsetCitation.h;h=a8e9e1853d9fc797b2715b4c41a49e093f8f527e;hb=9762ba5d388e8a81a6e58c464b635ca4cf48cbfa;hp=3e5e3baa35a4cec485b0aa585659b3a7993382aa;hpb=7e34e659431691fd723e408010f90973c0a25b39;p=lyx.git diff --git a/src/insets/InsetCitation.h b/src/insets/InsetCitation.h index 3e5e3baa35..a8e9e1853d 100644 --- a/src/insets/InsetCitation.h +++ b/src/insets/InsetCitation.h @@ -88,6 +88,8 @@ public: std::vector const & valid_styles) const; /// std::map getQualifiedLists(docstring const p) const; + /// + static bool last_literal; private: /// tries to make a pretty label and makes a basic one if not @@ -109,10 +111,6 @@ private: docstring screenLabel() const; //@} - /// we'll eventually want to be able to get info on this from the - /// various CiteEngines - static ParamInfo param_info_; - /// struct Cache { Cache() : recalculate(true) {}