]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetquotes.h
ws changes only
[lyx.git] / src / insets / insetquotes.h
index e7068f10dadb946ee3f43609cdd9f43544a2e9a0..57bc9db7b29d97ef3188f56bb4dc7e36089d7109 100644 (file)
@@ -64,7 +64,7 @@ public:
          \end{itemize}
          */
        explicit
-       InsetQuotes(string const & str = "eld");
+       InsetQuotes(std::string const & str = "eld");
        /// Create the right quote inset after character c
        InsetQuotes(char c, BufferParams const & params);
        ///
@@ -110,8 +110,8 @@ private:
         */
        InsetQuotes(quote_language l, quote_side s, quote_times t);
        ///
-       void parseString(string const &);
+       void parseString(std::string const &);
        ///
-       string const dispString(Language const *) const;
+       std::string const dispString(Language const *) const;
 };
 #endif