MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / ~MessageWindow

Method ~MessageWindow

TranslucentTB/windows/messagewindow.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37MessageWindow::~MessageWindow()
38{
39 if (!DestroyWindow(m_WindowHandle))
40 {
41 LastErrorHandle(spdlog::level::info, L"Failed to destroy message window!");
42 }
43}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected