| 4 | #include "DialogHelper.h" |
| 5 | |
| 6 | CFiltersDlg::CFiltersDlg(FilterConfiguration& fc) :m_Config(fc) { |
| 7 | } |
| 8 | |
| 9 | CString CFiltersDlg::CompareTypeToString(CompareType compare) { |
| 10 | static PCWSTR types[] = { |
nothing calls this directly
no outgoing calls
no test coverage detected