diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mglpp/graphics/Text.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mglpp/graphics/Text.hpp b/include/mglpp/graphics/Text.hpp index 648ecac..5126eab 100644 --- a/include/mglpp/graphics/Text.hpp +++ b/include/mglpp/graphics/Text.hpp @@ -25,7 +25,7 @@ namespace mgl { void set_color(Color color) override; vec2f get_position() const override; - FloatRect get_bounds() const; + FloatRect get_bounds(); void set_string(std::string str); const std::string& get_string() const; void append_string(const std::string &str); |