| Index: core/fxge/apple/apple_int.h
|
| diff --git a/core/fxge/apple/apple_int.h b/core/fxge/apple/apple_int.h
|
| index 5a3c0756db5473d2390821451fb8b002a49e037d..c19282b12bb2a4e00e73bdc8c749e4523c15f03b 100644
|
| --- a/core/fxge/apple/apple_int.h
|
| +++ b/core/fxge/apple/apple_int.h
|
| @@ -134,9 +134,7 @@ class CFX_QuartzDeviceDriver : public IFX_RenderDeviceDriver {
|
| const CFX_Matrix* pMatrix,
|
| uint32_t flags,
|
| void*& handle,
|
| - int blend_type) override {
|
| - return FALSE;
|
| - }
|
| + int blend_type) override;
|
| FX_BOOL DrawDeviceText(int nChars,
|
| const FXTEXT_CHARPOS* pCharPos,
|
| CFX_Font* pFont,
|
|
|