aboutsummaryrefslogtreecommitdiff
path: root/include/mglpp/graphics/Text.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mglpp/graphics/Text.hpp')
-rw-r--r--include/mglpp/graphics/Text.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mglpp/graphics/Text.hpp b/include/mglpp/graphics/Text.hpp
index 23f847c..6166087 100644
--- a/include/mglpp/graphics/Text.hpp
+++ b/include/mglpp/graphics/Text.hpp
@@ -23,7 +23,7 @@ namespace mgl {
void set_color(Color color) override;
vec2f get_position() const override;
- FloatRect get_local_bounds();
+ FloatRect get_bounds() const;
void set_string(std::string str);
const std::string& get_string() const;