]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetindex.h
ws changes only
[lyx.git] / src / insets / insetindex.h
index 26df595c31f13309ee16cc7827b6b6838fa7b1ba..ece2887b30ff06dc6fe40fe6231540d46f96a876 100644 (file)
@@ -32,7 +32,7 @@ public:
        ///
        dispatch_result localDispatch(FuncRequest const & cmd);
        ///
-       string const getScreenLabel(Buffer const &) const;
+       std::string const getScreenLabel(Buffer const &) const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
@@ -61,7 +61,7 @@ public:
        ///
        InsetOld::Code lyxCode() const;
        ///
-       string const getScreenLabel(Buffer const &) const;
+       std::string const getScreenLabel(Buffer const &) const;
        ///
        void metrics(MetricsInfo &, Dimension &) const;
        ///