]> git.lyx.org Git - features.git/blobdiff - src/frontends/controllers/ControlPrint.h
Handle Qt-style file filters like
[features.git] / src / frontends / controllers / ControlPrint.h
index f02df010b1c363687d72645ed8d2a33ff0e9741b..99d60256ba225046a15d14c1a8f7e3a2b3464f9d 100644 (file)
@@ -27,7 +27,7 @@ public:
        ControlPrint(LyXView &, Dialogs &);
 
        /// Browse for a file
-       std::string const Browse(std::string const &);
+       std::string const browse(std::string const &) const;
        ///
        PrinterParams & params() const;
 private: