Mods: modernize C++: redundant void arg

This commit is contained in:
wmayer
2023-08-05 14:27:30 +02:00
committed by wwmayer
parent bf5059bf76
commit 2b3d48176c
27 changed files with 115 additions and 115 deletions

View File

@@ -94,7 +94,7 @@ public:
{
return "";
}
std::vector<std::string> getDisplayModes(void) const override
std::vector<std::string> getDisplayModes() const override
{
return std::vector<std::string>();
}