]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHyperlink.h
Fixup 572b06d6: reduce cache size for breakString
[lyx.git] / src / insets / InsetHyperlink.h
index 999e3753c0434f73e3c6798e7dbe7cf889f3f267..974f2f431af5bfd4727e8501fd1c0911f4835593 100644 (file)
@@ -52,6 +52,8 @@ public:
        void docbook(XMLStream &, OutputParams const &) const override;
        ///
        docstring xhtml(XMLStream &, OutputParams const &) const override;
+       ///
+       std::pair<int, int> isWords() const override;
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes