General tidying, addressing issues found by static analysis tool.
This commit is contained in:
@@ -224,7 +224,7 @@ namespace Bloom
|
||||
void emitErrorEvent(int correlationId);
|
||||
|
||||
public:
|
||||
TargetController(EventManager& eventManager): eventManager(eventManager) {};
|
||||
explicit TargetController(EventManager& eventManager): eventManager(eventManager) {};
|
||||
|
||||
void setApplicationConfig(const ApplicationConfig& applicationConfig) {
|
||||
this->applicationConfig = applicationConfig;
|
||||
|
||||
Reference in New Issue
Block a user