| 194 | |
| 195 | template <typename F> |
| 196 | void CExportDialog::WithFile(const fs::path &initFName, F f) { // // // |
| 197 | WithFile(initFName, DEFAULT_FILTERS[m_iExportOption][0], DEFAULT_FILTERS[m_iExportOption][1], f); |
| 198 | } |
| 199 | |
| 200 | template <typename F> |
| 201 | void CExportDialog::WithFile(const fs::path &initFName, const CStringW &filterName, const CStringW &filterExt, F f) { |
nothing calls this directly
no test coverage detected