Core: modernize C++: redundant void arg
This commit is contained in:
@@ -214,7 +214,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
void unitChanged(void)
|
||||
void unitChanged()
|
||||
{
|
||||
int userSchema = getWindowParameter()->GetInt("UserSchema", 0);
|
||||
auto actions = menu()->actions();
|
||||
|
||||
Reference in New Issue
Block a user