diff options
| author | Rusty Wagner <dontpanic@binaryninja.com> | 2015-03-16 04:01:26 -0400 |
|---|---|---|
| committer | Rusty Wagner <dontpanic@binaryninja.com> | 2015-03-16 04:01:26 -0400 |
| commit | 955658b598fac5236ae9ab8adebbd068205a886e (patch) | |
| tree | 0a49d732511cc93e9673379b335b4878686865f1 /binaryninjaapi.h | |
| parent | 313e95d0753702c8db54e82dd01df1ada26bab8b (diff) | |
Improved graph layout algorithm, add trivial edges until edge routing is written
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 4e6c09b3..113ecfc7 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -781,7 +781,7 @@ namespace BinaryNinja void StartLayout(); bool IsLayoutComplete(); void OnComplete(const std::function<void()>& func); - void ClearOnComplete(); + void Abort(); std::vector<Ref<FunctionGraphBlock>> GetBlocks() const; |
