Don’t use void for functions without arguments
This commit is contained in:
@@ -128,7 +128,7 @@ bool wxGenericValidator::Copy(const wxGenericValidator& val)
|
||||
}
|
||||
|
||||
// Called to transfer data to the window
|
||||
bool wxGenericValidator::TransferToWindow(void)
|
||||
bool wxGenericValidator::TransferToWindow()
|
||||
{
|
||||
if ( !m_validatorWindow )
|
||||
return false;
|
||||
@@ -414,7 +414,7 @@ bool wxGenericValidator::TransferToWindow(void)
|
||||
}
|
||||
|
||||
// Called to transfer data from the window
|
||||
bool wxGenericValidator::TransferFromWindow(void)
|
||||
bool wxGenericValidator::TransferFromWindow()
|
||||
{
|
||||
if ( !m_validatorWindow )
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user