Sheet: modernize C++: redundant void arg

This commit is contained in:
wmayer
2023-08-05 14:27:16 +02:00
committed by wwmayer
parent 22e6e2cd40
commit bf5059bf76
14 changed files with 25 additions and 25 deletions

View File

@@ -38,7 +38,7 @@ using namespace Spreadsheet;
using namespace App;
// returns a string which represents the object e.g. when printed in python
std::string SheetPy::representation(void) const
std::string SheetPy::representation() const
{
return std::string("<Sheet object>");
}