aboutsummaryrefslogtreecommitdiff
path: root/include/gui/ComboBox.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/gui/ComboBox.hpp')
-rw-r--r--include/gui/ComboBox.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gui/ComboBox.hpp b/include/gui/ComboBox.hpp
index 05bd236..591901c 100644
--- a/include/gui/ComboBox.hpp
+++ b/include/gui/ComboBox.hpp
@@ -17,7 +17,7 @@ namespace gsr {
void add_item(const std::string &text, const std::string &id);
- mgl::vec2f get_size();
+ mgl::vec2f get_size() override;
private:
void update_if_dirty();
private: