X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eae48ea12d199e78aeea3447b25f12cd92311926..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/help.h?ds=sidebyside diff --git a/interface/wx/help.h b/interface/wx/help.h index abaf35a33c..88740c4c70 100644 --- a/interface/wx/help.h +++ b/interface/wx/help.h @@ -2,7 +2,6 @@ // Name: help.h // Purpose: interface of wxHelpController // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -108,7 +107,7 @@ public: See also the help sample for notes on how to specify section numbers for various help file formats. */ - virtual bool DisplaySection(int sectionNo) = 0;; + virtual bool DisplaySection(int sectionNo) = 0; /** Displays the text in a popup window, if possible.