[aseprite] 72/196: Minor change to fix gcc/clang compilation errors

Tobias Hansen thansen at moszumanska.debian.org
Wed Apr 20 18:50:03 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 9784c0d455014e190eb700e71ad8fe8cace012f0
Author: David Capello <davidcapello at gmail.com>
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



More information about the Pkg-games-commits mailing list