diff options
| author | Glenn Smith <glenn@vector35.com> | 2021-12-28 15:59:31 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2022-01-17 20:42:22 -0500 |
| commit | e88ed98d60b046cbeb5f4c96fc374c7576d7b57a (patch) | |
| tree | e937ffccba9868cb259e4ec817157b255dc74652 /binaryninjaapi.h | |
| parent | dc2a99e1159c3951b91935490ec8d2da5fc8e1e7 (diff) | |
OptionsDialog/SettingsView + ProgressTask fixes
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index b33f49f8..9cd6475a 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -975,6 +975,7 @@ __attribute__ ((format (printf, 1, 2))) UndoAction action; std::string hash; + MergeResult(): status(NOT_APPLICABLE) {} MergeResult(const BNMergeResult& result); }; |
