[aseprite] 50/250: Fix initialization order of PaintInk members

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:10 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 3705d1bdb97524a00a68105f16bcf78a7de5bd61
Author: David Capello <davidcapello at gmail.com>
Date:   Thu Sep 17 17:31:45 2015 -0300

    Fix initialization order of PaintInk members
---
 src/app/tools/inks.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/tools/inks.h b/src/app/tools/inks.h
index 3570442..14cb97a 100644
--- a/src/app/tools/inks.h
+++ b/src/app/tools/inks.h
@@ -26,8 +26,8 @@ public:
   enum Type { Merge, WithFg, WithBg, Copy, LockAlpha };
 
 private:
-  AlgoHLine m_proc;
   Type m_type;
+  AlgoHLine m_proc;
 
 public:
   PaintInk(Type type) : m_type(type), m_proc(nullptr) { }

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