--------------------------------- ScreenshotCapture::d-tor
| 22 | // ScreenshotCapture::d-tor |
| 23 | // |
| 24 | ScreenshotCapture::~ScreenshotCapture() |
| 25 | { |
| 26 | delete m_BaseDir; |
| 27 | } |
| 28 | |
| 29 | //--------------------------------- |
| 30 | // ScreenshotCapture::Initialize |
nothing calls this directly
no outgoing calls
no test coverage detected