Index: core/fxge/include/fx_ge.h |
diff --git a/core/fxge/include/fx_ge.h b/core/fxge/include/fx_ge.h |
index 3c25e8ddd4da07f1884804d9369b5610a80fd621..dd542ddf0e1044ee67394a7ad2c4e9540312d52f 100644 |
--- a/core/fxge/include/fx_ge.h |
+++ b/core/fxge/include/fx_ge.h |
@@ -252,7 +252,7 @@ class CFX_RenderDevice { |
FX_BOOL StartRendering(); |
void EndRendering(); |
void SaveState(); |
- void RestoreState(FX_BOOL bKeepSaved = FALSE); |
+ void RestoreState(bool bKeepSaved); |
int GetWidth() const { return m_Width; } |
int GetHeight() const { return m_Height; } |
@@ -467,7 +467,7 @@ class IFX_RenderDeviceDriver { |
virtual void SaveState() = 0; |
- virtual void RestoreState(FX_BOOL bKeepSaved = FALSE) = 0; |
+ virtual void RestoreState(bool bKeepSaved) = 0; |
virtual FX_BOOL SetClip_PathFill(const CFX_PathData* pPathData, |
const CFX_Matrix* pObject2Device, |
@@ -615,7 +615,7 @@ class CFX_PSRenderer { |
void SaveState(); |
- void RestoreState(FX_BOOL bKeepSaved = FALSE); |
+ void RestoreState(bool bKeepSaved); |
void SetClip_PathFill(const CFX_PathData* pPathData, |
const CFX_Matrix* pObject2Device, |