[aseprite] 108/308: Add possibility to create empty ui::ListItems

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 d8417df35f1093783d9b8b9e55cb6bac7438d2c4
Author: David Capello <davidcapello at gmail.com>
Date:   Tue Dec 15 17:06:05 2015 -0300

    Add possibility to create empty ui::ListItems
---
 src/ui/listitem.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ui/listitem.h b/src/ui/listitem.h
index 0d79198..deb84a9 100644
--- a/src/ui/listitem.h
+++ b/src/ui/listitem.h
@@ -14,7 +14,7 @@ namespace ui {
 
   class ListItem : public Widget {
   public:
-    ListItem(const std::string& text);
+    ListItem(const std::string& text = "");
 
     const std::string& getValue() const { return m_value; }
 

-- 
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