Rename Module to ModuleBase
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Nz
|
||||
*/
|
||||
|
||||
Network::Network() :
|
||||
Module("Network", this)
|
||||
ModuleBase("Network", this)
|
||||
{
|
||||
// Initialize module here
|
||||
if (!SocketImpl::Initialize())
|
||||
|
||||
Reference in New Issue
Block a user