X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetbib.h;h=a478f646f9f0061e10f7ca4d0d7588d104786563;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=231ed5f546e6447b7b20556b033cb248c8cb828c;hpb=77e706c44175f3cf71473a42d5db890c77b3b7b3;p=lyx.git diff --git a/src/insets/insetbib.h b/src/insets/insetbib.h index 231ed5f546..a478f646f9 100644 --- a/src/insets/insetbib.h +++ b/src/insets/insetbib.h @@ -27,6 +27,7 @@ public: /// InsetCitation() : InsetCommand("cite") {} /// + explicit InsetCitation(string const & key, string const & note = string()); /// ~InsetCitation(); @@ -64,8 +65,10 @@ public: /// InsetBibKey() : InsetCommand("bibitem") { counter = 1; } /// + explicit InsetBibKey(string const & key, string const & label = string()); /// + explicit InsetBibKey(InsetBibKey const *); /// ~InsetBibKey(); @@ -130,7 +133,7 @@ public: /// void Edit(BufferView *, int x, int y, unsigned int button); /// - int Latex(std::ostream &, signed char, bool) const; + int Latex(std::ostream &, bool fragile, bool freespace) const; /// string getKeys(char delim); ///