fix: Remove unnecessary private access modifier from DaemonApp.h

This commit is contained in:
Nick Bolton
2025-03-05 16:56:27 +00:00
parent 2485e993a4
commit cc821f750d

View File

@ -73,7 +73,6 @@ private:
std::unique_ptr<MSWindowsWatchdog> m_watchdog;
#endif
private:
IEventQueue *m_events = nullptr;
FileLogOutputter *m_fileLogOutputter = nullptr;
deskflow::core::ipc::DaemonIpcServer *m_ipcServer = nullptr;