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

Method ~WindowClass

TranslucentTB/windows/windowclass.hpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 inline ~WindowClass()
58 {
59 if (m_Atom != 0)
60 {
61 Unregister();
62 }
63 }
64};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected