aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-08-06 07:55:13 +0200
committerdec05eba <dec05eba@protonmail.com>2019-08-06 07:55:16 +0200
commitd399e7ec86a91dd14a7c0deedaaec70ae46cef1d (patch)
tree85b8598274f3dc9ca921c47aaaf7640400543168 /include
parent953fa85fb67f1f59a2612754b13f2c4a00b93866 (diff)
Add cli arg to choose plugin, fix crash
Diffstat (limited to 'include')
-rw-r--r--include/QuickMedia.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp
index 4f53873..54799b8 100644
--- a/include/QuickMedia.hpp
+++ b/include/QuickMedia.hpp
@@ -17,7 +17,7 @@ namespace QuickMedia {
public:
Program();
~Program();
- void run();
+ int run(int argc, char **argv);
private:
void base_event_handler(sf::Event &event, Page previous_page);
void search_suggestion_page();