diff options
| author | Ryan Snyder <ryan@vector35.com> | 2024-05-24 14:47:15 -0400 |
|---|---|---|
| committer | Ryan Snyder <ryan@vector35.com> | 2024-05-24 17:14:46 -0400 |
| commit | 56115aecf186bc720dae9a20cc4c6aef248ba07f (patch) | |
| tree | 1754beaa4e8601be328de689c0f6dc9d05851b35 /function.cpp | |
| parent | 74920c190c5c6230833be6d50536119ce5e44c98 (diff) | |
platform: initial BNCustomPlatform support
Diffstat (limited to 'function.cpp')
| -rw-r--r-- | function.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/function.cpp b/function.cpp index 27a91952..2838f079 100644 --- a/function.cpp +++ b/function.cpp @@ -192,7 +192,7 @@ Ref<BinaryView> Function::GetView() const Ref<Platform> Function::GetPlatform() const { - return new Platform(BNGetFunctionPlatform(m_object)); + return new CorePlatform(BNGetFunctionPlatform(m_object)); } |
