Index: core/fxge/apple/apple_int.h |
diff --git a/core/fxge/apple/apple_int.h b/core/fxge/apple/apple_int.h |
index 02754cc309d7b3cbb659c89dd7e84aea5fc9ece6..ddfa792cf45a7c07ff464c720237a8b257d1622c 100644 |
--- a/core/fxge/apple/apple_int.h |
+++ b/core/fxge/apple/apple_int.h |
@@ -91,7 +91,7 @@ class CFX_QuartzDeviceDriver : public IFX_RenderDeviceDriver { |
FX_BOOL StartRendering() override { return TRUE; } |
void EndRendering() override {} |
void SaveState() override; |
- void RestoreState(FX_BOOL bKeepSaved) override; |
+ void RestoreState(bool bKeepSaved) override; |
FX_BOOL SetClip_PathFill(const CFX_PathData* pPathData, |
const CFX_Matrix* pObject2Device, |
int fill_mode) override; |