aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/SearchBar.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SearchBar.hpp b/include/SearchBar.hpp
index 528327e..12daf58 100644
--- a/include/SearchBar.hpp
+++ b/include/SearchBar.hpp
@@ -27,7 +27,7 @@ namespace QuickMedia {
void update();
void onWindowResize(const sf::Vector2f &window_size);
void clear();
- void set_text(const std::string &text);
+ void set_text(const std::string &text, bool update_search = true);
void append_text(const std::string &text_to_add);
void set_position(sf::Vector2f pos);
void set_editable(bool editable);