]> git.localhorst.tv Git - blobs.git/blobdiff - src/ui/Label.hpp
track a few things
[blobs.git] / src / ui / Label.hpp
index 90ed738639e5761df8de90ee4a2817ab48cdc0f8..1bc7e86bc4f0de8e733818c5eb3bd427b556bf1c 100644 (file)
@@ -21,10 +21,10 @@ public:
        ~Label() override;
 
 public:
-       Label &Text(const std::string &);
-       Label &Font(const graphics::Font &);
-       Label &Foreground(const glm::vec4 &);
-       Label &Background(const glm::vec4 &);
+       Label *Text(const std::string &);
+       Label *Font(const graphics::Font &);
+       Label *Foreground(const glm::vec4 &);
+       Label *Background(const glm::vec4 &);
 
        glm::vec2 Size() override;
        void Draw(app::Assets &, graphics::Viewport &) noexcept override;