[aseprite] 110/308: Add possibility to create an empty LinkLabel

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 8 02:44:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit a380c9a877817f0df6894fe9ab88b0b3c310cb55
Author: David Capello <davidcapello at gmail.com>
Date:   Tue Dec 15 17:07:13 2015 -0300

    Add possibility to create an empty LinkLabel
---
 src/ui/link_label.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ui/link_label.h b/src/ui/link_label.h
index 11eee61..070d24f 100644
--- a/src/ui/link_label.h
+++ b/src/ui/link_label.h
@@ -17,7 +17,7 @@ namespace ui {
 
   class LinkLabel : public CustomLabel {
   public:
-    LinkLabel(const std::string& urlOrText);
+    LinkLabel(const std::string& urlOrText = "");
     LinkLabel(const std::string& url, const std::string& text);
 
     const std::string& getUrl() const { return m_url; }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list