]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInfo.h
Move isMultiCell() to Cursor, and use it.
[lyx.git] / src / insets / InsetInfo.h
index 57e7b8442d6165932adddf09aa5fa8d416c89aa9..0cd256dbdb61daa9416d7064c6e27695f145327a 100644 (file)
@@ -109,7 +109,7 @@ public:
        ///
        std::string infoName() const { return name_; }
        ///
-       bool validate(std::string const & argument) const;
+       bool validate(docstring const & argument) const;
        ///
        bool showInsetDialog(BufferView * bv) const;
        ///
@@ -135,6 +135,10 @@ private:
        ///
        virtual Inset * clone() const { return new InsetInfo(*this); }
        ///
+       void error(std::string const & err);
+       ///
+       void setText(docstring const & str);
+       ///
        info_type type_;
        ///
        std::string name_;