]> git.lyx.org Git - lyx.git/blobdiff - src/Format.h
Finds formatted matches in the middle of paragraphs, when no regular expressions...
[lyx.git] / src / Format.h
index aa5907fec07c862cdb7600f4838617ccf06a82fa..3737f4c4526c80580325c3be5a7169a546e6937c 100644 (file)
@@ -143,8 +143,8 @@ public:
        void setViewer(std::string const & name, std::string const & command);
        ///
        void setEditor(std::string const & name, std::string const & command);
-       /// Currently used by hyperlink insets
-       bool viewURL(std::string const &url);
+       /// Currently used by hyperlink insets and GuiCitation
+       bool viewURL(docstring const & url);
        /// View the given file. Buffer used for DVI's paper orientation.
        bool view(Buffer const & buffer, support::FileName const & filename,
                  std::string const & format_name) const;