Index: xfa/src/fdp/src/fde/fde_object.h |
diff --git a/xfa/src/fdp/src/fde/fde_object.h b/xfa/src/fdp/src/fde/fde_object.h |
index 222968c357dbe80f9179386dd488f033f156c47d..4e90ed2aa600bc054691e88952912912d76071fe 100644 |
--- a/xfa/src/fdp/src/fde/fde_object.h |
+++ b/xfa/src/fdp/src/fde/fde_object.h |
@@ -143,7 +143,7 @@ class CFDE_HatchBrush : public IFDE_HatchBrush, public CFX_Target { |
} |
} |
- virtual int32_t GetHatchStyle() const { return m_iStyle; }; |
+ virtual int32_t GetHatchStyle() const { return m_iStyle; } |
virtual FX_BOOL SetHatchStyle(int32_t iHatchStyle) { |
m_iStyle = iHatchStyle; |
return m_iStyle >= FDE_HATCHSTYLE_Min && m_iStyle <= FDE_HATCHSTYLE_Max; |