]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parboxinset.h
more IU
[lyx.git] / src / mathed / math_parboxinset.h
index 6800cadf2150361013facfcfda7e5366bc68afbe..01b0af95084555ed5067cbecfcea9f50c73407ca 100644 (file)
@@ -36,14 +36,14 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
-       void setWidth(string const & width);
+       void setWidth(std::string const & width);
        ///
-       void setPosition(string const & pos);
+       void setPosition(std::string const & pos);
 private:
        /// width on screen
        int lyx_width_;
        /// width for TeX
-       string tex_width_;
+       std::string tex_width_;
        /// one of htb
        char position_;
 };