| 61 | |
| 62 | public: |
| 63 | CryptSettingControl(CCryptPropertyPage& dlg, int id, enum CryptSettingsRegistryValuesKeys key) : CryptSetting(key), m_dlg(dlg), m_id(id) {} |
| 64 | virtual ~CryptSettingControl() = default; |
| 65 | }; |
| 66 |
nothing calls this directly
no outgoing calls
no test coverage detected