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 <[email protected]> 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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

