]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetquotes.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetquotes.h
index c3c27159aabcdbd8c2027fd74d9716f7e4c51c8c..31903afbd6da010e312e921fb30857e61a499eed 100644 (file)
@@ -65,7 +65,8 @@ public:
            \item grd <- german double quote right 
            \item etc.
          \end{itemize}
-         */ 
+         */
+       explicit
        InsetQuotes(string const & str = "eld");
        /// Create the right quote inset after character c
        InsetQuotes(char c, BufferParams const & params);
@@ -85,7 +86,9 @@ public:
        ///
        void Read(LyXLex & lex);
        ///
-       int Latex(std::ostream &, signed char fragile, bool free_spc) const;
+       int Latex(std::ostream &, bool fragile, bool free_spc) const;
+       ///
+       int Ascii(std::ostream &) const;
        ///
        int Linuxdoc(std::ostream &) const;
        ///