]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetenv.h
ws changes only
[lyx.git] / src / insets / insetenv.h
index 5a1758f1cdb0414ab21910be21e57f2b5fab9ad9..a53126d97af8c86926b07aa6ebef43428e41001d 100644 (file)
@@ -18,7 +18,7 @@
 class InsetEnvironment : public InsetText {
 public:
        ///
-       InsetEnvironment(BufferParams const &, string const & name);
+       InsetEnvironment(BufferParams const &, std::string const & name);
        ///
        InsetEnvironment(InsetEnvironment const &);
        ///
@@ -33,7 +33,7 @@ public:
        int latex(Buffer const &, std::ostream &,
                  LatexRunParams const &) const;
        ///
-       string const editMessage() const;
+       std::string const editMessage() const;
        ///
        InsetOld::EDITABLE editable() const { return HIGHLY_EDITABLE; }
        ///