Rename Module to ModuleBase
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Nz
|
||||
*/
|
||||
|
||||
Core::Core() :
|
||||
Module("Core", this, Module::NoLog{})
|
||||
ModuleBase("Core", this, ModuleBase::NoLog{})
|
||||
{
|
||||
Log::Initialize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user