[aseprite] 02/250: Add Widget() constructor to create default widgets

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:26:50 UTC 2015


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

thansen pushed a commit to branch master
in repository aseprite.

commit 530edb4ae301573c4233536408ab13d786cc67d7
Author: David Capello <davidcapello at gmail.com>
Date:   Fri Aug 28 13:10:42 2015 -0300

    Add Widget() constructor to create default widgets
---
 src/ui/widget.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ui/widget.h b/src/ui/widget.h
index 8a6c938..fc0a6eb 100644
--- a/src/ui/widget.h
+++ b/src/ui/widget.h
@@ -49,7 +49,7 @@ namespace ui {
     // CTOR & DTOR
     // ===============================================================
 
-    Widget(WidgetType type);
+    Widget(WidgetType type = kGenericWidget);
     virtual ~Widget();
 
     // Safe way to delete a widget when it is not in the manager message

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