[aseprite] 283/308: Fix dummy PenAPI::Impl ctor

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 8 02:45:20 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 733ca44b64372b92fed07d077bbafb375d47de26
Author: David Capello <davidcapello at gmail.com>
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



More information about the Pkg-games-commits mailing list