]> git.lyx.org Git - lyx.git/blobdiff - src/Format.h
Compile fix.
[lyx.git] / src / Format.h
index 7b1bab8a94e16c5cf1cc551e381242e6e1696461..aa5907fec07c862cdb7600f4838617ccf06a82fa 100644 (file)
@@ -142,6 +142,10 @@ 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);
+       /// 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;
        ///