24#ifndef GIT_PROGRESS_H_
25#define GIT_PROGRESS_H_
void ReportProgress(int aCurrent, int aTotal, const wxString &aMessage)
void SetProgressReporter(std::unique_ptr< WX_PROGRESS_REPORTER > aProgressReporter)
std::unique_ptr< WX_PROGRESS_REPORTER > m_progressReporter