Index: fpdfsdk/include/pdfwindow/PWL_Wnd.h |
diff --git a/fpdfsdk/include/pdfwindow/PWL_Wnd.h b/fpdfsdk/include/pdfwindow/PWL_Wnd.h |
index 37af0838355ae65d5182366360a1257fedca3cf2..e8340c34ad3e14f672e804c61c9d7311a3c90061 100644 |
--- a/fpdfsdk/include/pdfwindow/PWL_Wnd.h |
+++ b/fpdfsdk/include/pdfwindow/PWL_Wnd.h |
@@ -422,7 +422,7 @@ class CPWL_Wnd : public CPWL_TimerHandler { |
virtual void OnEnabled(); |
virtual void OnDisabled(); |
- void SetNotifyFlag(FX_BOOL bNotifying = TRUE) { m_bNotifying = bNotifying; }; |
+ void SetNotifyFlag(FX_BOOL bNotifying = TRUE) { m_bNotifying = bNotifying; } |
FX_BOOL IsValid() const; |
PWL_CREATEPARAM GetCreationParam() const; |