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

thansen pushed a commit to branch master
in repository aseprite.

commit 9784c0d455014e190eb700e71ad8fe8cace012f0
Author: David Capello <[email protected]>
Date:   Tue Mar 15 16:33:11 2016 -0300

    Minor change to fix gcc/clang compilation errors
---
 src/ft/face.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/ft/face.h b/src/ft/face.h
index 437e85b..e772ac7 100644
--- a/src/ft/face.h
+++ b/src/ft/face.h
@@ -65,6 +65,9 @@ namespace ft {
   template<typename Cache>
   class FaceFT : public FaceBase<Cache> {
   public:
+    using FaceBase<Cache>::m_face;
+    using FaceBase<Cache>::m_cache;
+
     FaceFT(FT_Face face)
       : FaceBase<Cache>(face) {
     }

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

Reply via email to