| 35 | } |
| 36 | |
| 37 | MessageWindow::~MessageWindow() |
| 38 | { |
| 39 | if (!DestroyWindow(m_WindowHandle)) |
| 40 | { |
| 41 | LastErrorHandle(spdlog::level::info, L"Failed to destroy message window!"); |
| 42 | } |
| 43 | } |
nothing calls this directly
no outgoing calls
no test coverage detected