Index: fpdfsdk/include/pdfwindow/PWL_ScrollBar.h |
diff --git a/fpdfsdk/include/pdfwindow/PWL_ScrollBar.h b/fpdfsdk/include/pdfwindow/PWL_ScrollBar.h |
index ec1b78ed5e9640d2ad1763ebe7987ca710813965..b91d467daa258bc186750e820bef6fe47bc24ab2 100644 |
--- a/fpdfsdk/include/pdfwindow/PWL_ScrollBar.h |
+++ b/fpdfsdk/include/pdfwindow/PWL_ScrollBar.h |
@@ -111,7 +111,7 @@ class CPWL_ScrollBar : public CPWL_Wnd { |
void TimerProc() override; |
FX_FLOAT GetScrollBarWidth() const; |
- PWL_SCROLLBAR_TYPE GetScrollBarType() const { return m_sbType; }; |
+ PWL_SCROLLBAR_TYPE GetScrollBarType() const { return m_sbType; } |
void SetNotifyForever(FX_BOOL bForever) { m_bNotifyForever = bForever; } |