diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/SearchBar.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SearchBar.hpp b/include/SearchBar.hpp index 8265ef0..9efbf9c 100644 --- a/include/SearchBar.hpp +++ b/include/SearchBar.hpp @@ -46,6 +46,7 @@ namespace QuickMedia { sf::RectangleShape background; sf::RectangleShape background_shadow; sf::RectangleShape shade; + sf::RectangleShape caret; sf::Sprite plugin_logo_sprite; std::string placeholder_str; bool show_placeholder; |