| 1917 | // |
| 1918 | |
| 1919 | CListTextElementUI::CListTextElementUI() : m_nLinks(0), m_nHoverLink(-1), m_pOwner(NULL) |
| 1920 | { |
| 1921 | ::ZeroMemory(&m_rcLinks, sizeof(m_rcLinks)); |
| 1922 | } |
| 1923 | |
| 1924 | CListTextElementUI::~CListTextElementUI() |
| 1925 | { |
nothing calls this directly
no outgoing calls
no test coverage detected