This commit is contained in:
Nav
2022-02-09 17:49:25 +00:00
parent 56dc870b8e
commit 8d0dc68da0
3 changed files with 19 additions and 18 deletions

View File

@@ -33,11 +33,11 @@ namespace Bloom::DebugServers
const ProjectConfig& projectConfig,
const EnvironmentConfig& environmentConfig,
const DebugServerConfig& debugServerConfig
):
eventManager(eventManager),
projectConfig(projectConfig),
environmentConfig(environmentConfig),
debugServerConfig(debugServerConfig) {};
)
: eventManager(eventManager)
, projectConfig(projectConfig)
, environmentConfig(environmentConfig)
, debugServerConfig(debugServerConfig) {};
/**
* Entry point for the DebugServer. This must called from a dedicated thread.