aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Tabs.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Tabs.hpp b/include/Tabs.hpp
index d899a61..ec5ab96 100644
--- a/include/Tabs.hpp
+++ b/include/Tabs.hpp
@@ -35,6 +35,7 @@ namespace QuickMedia {
float tab_index_to_x_offset(int index);
private:
std::vector<sf::Text> tab_texts;
+ std::vector<std::string> tab_labels_utf8;
RoundedRectangle background;
sf::RectangleShape shade;
int selected_tab = 0;