diff options
Diffstat (limited to '')
-rw-r--r-- | include/view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/view.h b/include/view.h index 468d68ec..fdf0349d 100644 --- a/include/view.h +++ b/include/view.h @@ -68,7 +68,7 @@ class view { std::string select_filter(const std::vector<filter_name_expr_pair>& filters); bool open_in_browser(const std::string& url); - bool open_in_pager(const std::string& filename); + void open_in_pager(const std::string& filename); std::string get_filename_suggestion(const std::string& s); |