Core: modernize C++: redundant void arg

This commit is contained in:
wmayer
2023-08-05 00:21:01 +02:00
committed by wwmayer
parent d37099fcbf
commit 702f3b4ddd
10 changed files with 20 additions and 20 deletions

View File

@@ -214,7 +214,7 @@ public:
}
private:
void unitChanged(void)
void unitChanged()
{
int userSchema = getWindowParameter()->GetInt("UserSchema", 0);
auto actions = menu()->actions();