Sheet: modernize C++: redundant void arg

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

View File

@@ -67,7 +67,7 @@ void ViewProviderSheet::setDisplayMode(const char* ModeName)
ViewProviderDocumentObject::setDisplayMode(ModeName);
}
std::vector<std::string> ViewProviderSheet::getDisplayModes(void) const
std::vector<std::string> ViewProviderSheet::getDisplayModes() const
{
std::vector<std::string> StrList;
StrList.emplace_back("Spreadsheet");