This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 733ca44b64372b92fed07d077bbafb375d47de26 Author: David Capello <[email protected]> Date: Mon Feb 29 09:27:38 2016 -0300 Fix dummy PenAPI::Impl ctor --- src/pen/pen_none.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pen/pen_none.h b/src/pen/pen_none.h index 88dcc86..5d23c66 100644 --- a/src/pen/pen_none.h +++ b/src/pen/pen_none.h @@ -8,7 +8,7 @@ namespace pen { class PenAPI::Impl { public: - Impl() { } + Impl(void*) { } ~Impl() { } }; -- 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

