aboutsummaryrefslogtreecommitdiff
path: root/include/gui/Label.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/gui/Label.hpp')
-rw-r--r--include/gui/Label.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gui/Label.hpp b/include/gui/Label.hpp
index a94ff96..3cb91de 100644
--- a/include/gui/Label.hpp
+++ b/include/gui/Label.hpp
@@ -16,7 +16,7 @@ namespace gsr {
bool on_event(mgl::Event &event, mgl::Window &window, mgl::vec2f offset) override;
void draw(mgl::Window &window, mgl::vec2f offset) override;
- mgl::vec2f get_size();
+ mgl::vec2f get_size() override;
private:
mgl::Text text;
};