File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ namespace Thunder {
6868 , _outputDirector()
6969 , _webSocketExporter()
7070 , _callback(nullptr )
71+ , _cleaning()
7172 , _observer(*this )
7273 , _service(nullptr )
7374 , _dispatcherIdentifier(Messaging::MessageUnit::Instance().Identifier())
Original file line number Diff line number Diff line change @@ -464,6 +464,7 @@ namespace Plugin {
464464 OutputList _outputDirector;
465465 Publishers::WebSocketOutput _webSocketExporter;
466466 MessageControl::ICollect::ICallback* _callback;
467+ Cleanups _cleaning;
467468 Core::SinkType<Observer> _observer;
468469 PluginHost::IShell* _service;
469470 const string _dispatcherIdentifier;
@@ -475,7 +476,6 @@ namespace Plugin {
475476 Messaging::TraceFactoryType<Core::Messaging::IStore::WarningReporting, Core::Messaging::TextMessage> _warningReportingFactory;
476477 Messaging::TraceFactoryType<Core::Messaging::IStore::OperationalStream, Core::Messaging::TextMessage> _operationalStreamFactory;
477478 Messaging::TraceFactoryType<Core::Messaging::IStore::Assert, Core::Messaging::TextMessage> _assertFactory;
478- Cleanups _cleaning;
479479 };
480480
481481} // namespace Plugin
You can’t perform that action at this time.
0 commit comments