| 920 | } |
| 921 | |
| 922 | LRESULT CLogView::OnOdStateChanged(NMHDR* pnmh) |
| 923 | { |
| 924 | auto& nmhdr = *reinterpret_cast<NMLVODSTATECHANGE*>(pnmh); |
| 925 | nmhdr; |
| 926 | |
| 927 | return 0; |
| 928 | } |
| 929 | |
| 930 | bool Contains(const std::string& text, const std::string& substring) |
| 931 | { |
nothing calls this directly
no outgoing calls
no test coverage detected