Don’t use void for functions without arguments
This commit is contained in:
@@ -726,7 +726,7 @@ public:
|
||||
@code
|
||||
wxIMPLEMENT_ABSTRACT_CLASS(wxCommand, wxObject);
|
||||
|
||||
wxCommand::wxCommand(void)
|
||||
wxCommand::wxCommand()
|
||||
{
|
||||
...
|
||||
}
|
||||
@@ -754,7 +754,7 @@ public:
|
||||
@code
|
||||
wxIMPLEMENT_DYNAMIC_CLASS(wxFrame, wxWindow);
|
||||
|
||||
wxFrame::wxFrame(void)
|
||||
wxFrame::wxFrame()
|
||||
{
|
||||
...
|
||||
}
|
||||
|
Reference in New Issue
Block a user