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.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gui/Label.hpp b/include/gui/Label.hpp
index a702497..f9045e0 100644
--- a/include/gui/Label.hpp
+++ b/include/gui/Label.hpp
@@ -19,6 +19,7 @@ namespace gsr {
mgl::vec2f get_size() override;
void set_text(std::string str);
+ const std::string& get_text() const;
private:
mgl::Text text;
};