From 9262278979709181414664053523657355762707 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Thu, 24 Apr 2025 14:46:37 -0400 Subject: std::function ==> ProgressFunction --- debuginfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debuginfo.cpp') 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 DebugInfoParser::Parse(Ref view, Ref debugFile, Ref existingDebugInfo, - std::function progress) const + ProgressFunction progress) const { ProgressContext ctxt; if (progress) -- cgit v1.3.1