From 632b807b386878afdb42322f0037f8998306f4a9 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 14 Aug 2015 21:39:51 -0700 Subject: Clean: Fix some unneeded semi-colons and bad spacing. TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1284193005 . --- fpdfsdk/include/pdfwindow/PWL_Wnd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpdfsdk/include/pdfwindow/PWL_Wnd.h') diff --git a/fpdfsdk/include/pdfwindow/PWL_Wnd.h b/fpdfsdk/include/pdfwindow/PWL_Wnd.h index 37af083835..e8340c34ad 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; -- cgit v1.2.3