summaryrefslogtreecommitdiff
path: root/debuginfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'debuginfo.cpp')
-rw-r--r--debuginfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/debuginfo.cpp b/debuginfo.cpp
index 859c88f7..b3f14383 100644
--- a/debuginfo.cpp
+++ b/debuginfo.cpp
@@ -406,7 +406,7 @@ string DebugInfoParser::GetName() const
Ref<DebugInfo> DebugInfoParser::Parse(Ref<BinaryView> view, Ref<BinaryView> debugFile, Ref<DebugInfo> existingDebugInfo,
- std::function<bool(size_t, size_t)> progress) const
+ ProgressFunction progress) const
{
ProgressContext ctxt;
if (progress)