summaryrefslogtreecommitdiff
path: root/ui/historyview.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2025-04-24 14:46:37 -0400
committerGlenn Smith <glenn@vector35.com>2025-04-25 13:43:01 -0400
commit9262278979709181414664053523657355762707 (patch)
treec472e0620b1fdfe3b3c9fd26c7cbf41425b27740 /ui/historyview.h
parent4aac12b0e429fedb02a645e5eb82ca2d88902e25 (diff)
std::function<bool(size_t,size_t)> ==> ProgressFunction
Diffstat (limited to 'ui/historyview.h')
-rw-r--r--ui/historyview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/historyview.h b/ui/historyview.h
index 0db0318d..80e356f6 100644
--- a/ui/historyview.h
+++ b/ui/historyview.h
@@ -88,7 +88,7 @@ class BINARYNINJAUIAPI HistorySidebarWidget : public SidebarWidget
void scrollBarValueChanged(int value);
void scrollBarRangeChanged(int min, int max);
- void resetToSelectedEntry(std::function<bool(size_t, size_t)> progress);
+ void resetToSelectedEntry(BinaryNinja::ProgressFunction progress);
public:
virtual void copy();