Skip to content

Commit

Permalink
fix: expose alphaskia fontmgr
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielku15 committed Aug 11, 2024
1 parent da6d0af commit b2f5c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper/include/SkFontMgr_alphaskia.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "../../externals/skia/include/core/SkFontMgr.h"

class SkFontMgr_AlphaSkia : public SkFontMgr
class SK_API SkFontMgr_AlphaSkia : public SkFontMgr
{
public:
explicit SkFontMgr_AlphaSkia();
Expand Down

0 comments on commit b2f5c61

Please sign in to comment.