summaryrefslogtreecommitdiff
path: root/include/view.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/view.h b/include/view.h
index fdf0349d..714e6f42 100644
--- a/include/view.h
+++ b/include/view.h
@@ -67,7 +67,7 @@ class view {
std::string select_tag();
std::string select_filter(const std::vector<filter_name_expr_pair>& filters);
- bool open_in_browser(const std::string& url);
+ void open_in_browser(const std::string& url);
void open_in_pager(const std::string& filename);
std::string get_filename_suggestion(const std::string& s);