mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-07 09:56:59 +00:00
Minor change to fix gcc/clang compilation errors
This commit is contained in:
parent
2fd94ed884
commit
9784c0d455
@ -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) {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user