]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetInfo.h
Inset::validateModifyArgument(): new virtual interface for using LFUN_INSET_MODIFY.
[features.git] / src / insets / InsetInfo.h
index 797eb08ff78782a72c8b26b0bfd0fa72ce208f78..ebe987b9cc671e78a54d0b68fbd4b1a07f82c47c 100644 (file)
@@ -110,7 +110,7 @@ public:
        ///
        std::string infoName() const { return name_; }
        ///
-       bool validate(docstring const & argument) const;
+       bool validateModifyArgument(docstring const & argument) const;
        ///
        bool showInsetDialog(BufferView * bv) const;
        ///