Part/PD: modernize C++: redundant void arg
This commit is contained in:
@@ -64,9 +64,9 @@
|
||||
|
||||
|
||||
// use a different name to CreateCommand()
|
||||
void CreatePartDesignCommands(void);
|
||||
void CreatePartDesignBodyCommands(void);
|
||||
void CreatePartDesignPrimitiveCommands(void);
|
||||
void CreatePartDesignCommands();
|
||||
void CreatePartDesignBodyCommands();
|
||||
void CreatePartDesignPrimitiveCommands();
|
||||
|
||||
void loadPartDesignResource()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user