remove redundant void
This commit is contained in:
@@ -32,11 +32,11 @@ using namespace App;
|
||||
|
||||
PROPERTY_SOURCE_ABSTRACT(App::TransactionalObject, App::ExtensionContainer)
|
||||
|
||||
TransactionalObject::TransactionalObject(void)
|
||||
TransactionalObject::TransactionalObject()
|
||||
{
|
||||
}
|
||||
|
||||
TransactionalObject::~TransactionalObject(void)
|
||||
TransactionalObject::~TransactionalObject()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user