diff options
| -rw-r--r-- | ui/linearview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index fd19cc59..8a379bf1 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -470,6 +470,7 @@ public: bool singleFunctionView() const { return m_singleFunctionView; } void setSingleFunctionView(bool singleFunctionView); + std::optional<uint64_t> addressForCall(); static void registerActions(); |
