]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbib.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetbib.h
index 231ed5f546e6447b7b20556b033cb248c8cb828c..a478f646f9f0061e10f7ca4d0d7588d104786563 100644 (file)
@@ -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);
        ///