Index: xfa/src/fgas/src/font/fx_gefont.h |
diff --git a/xfa/src/fgas/src/font/fx_gefont.h b/xfa/src/fgas/src/font/fx_gefont.h |
index 8fb207d58808943908f80b23ad2e07b7e7f0942e..ef7803d2a59d5cb89a8b8d4bb27dd31e990ec929 100644 |
--- a/xfa/src/fgas/src/font/fx_gefont.h |
+++ b/xfa/src/fgas/src/font/fx_gefont.h |
@@ -52,7 +52,7 @@ class CFX_GEFont : public IFX_Font { |
virtual void SetLogicalFontStyle(FX_DWORD dwLogFontStyle) { |
m_bUseLogFontStyle = TRUE; |
m_dwLogFontStyle = dwLogFontStyle; |
- }; |
+ } |
#endif |
protected: |