Don’t use void for functions without arguments

This commit is contained in:
Artur Wieczorek
2019-10-02 00:54:14 +02:00
parent 488582b04e
commit a771da5623
21 changed files with 83 additions and 83 deletions

View File

@@ -50,7 +50,7 @@ public:
virtual bool LoadFile(const wxString& file = wxEmptyString) = 0;
// Displays the contents
virtual bool DisplayContents(void) = 0;
virtual bool DisplayContents() = 0;
// Display the given section
virtual bool DisplaySection(int sectionNo) = 0;