diff options
| author | Glenn Smith <glenn@vector35.com> | 2025-04-24 14:46:37 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2025-04-25 13:43:01 -0400 |
| commit | 9262278979709181414664053523657355762707 (patch) | |
| tree | c472e0620b1fdfe3b3c9fd26c7cbf41425b27740 /debuginfo.cpp | |
| parent | 4aac12b0e429fedb02a645e5eb82ca2d88902e25 (diff) | |
std::function<bool(size_t,size_t)> ==> ProgressFunction
Diffstat (limited to 'debuginfo.cpp')
| -rw-r--r-- | debuginfo.cpp | 2 |
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) |
