diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/QuickMedia.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index cb7e421..c01b4b8 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -100,7 +100,7 @@ namespace QuickMedia { Json::Value load_recommended_json(); private: void init(Window parent_window); - void load_plugin_by_name(std::vector<Tab> &tabs, const char *start_dir); + void load_plugin_by_name(std::vector<Tab> &tabs, const char *start_dir, int &start_tab_index); // Returns true if the window was closed bool handle_window_close(); void base_event_handler(sf::Event &event, PageType previous_page, Body *body, SearchBar *search_bar, bool handle_key_press = true, bool handle_searchbar = true); |