From 56115aecf186bc720dae9a20cc4c6aef248ba07f Mon Sep 17 00:00:00 2001 From: Ryan Snyder Date: Fri, 24 May 2024 14:47:15 -0400 Subject: platform: initial BNCustomPlatform support --- typecontainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'typecontainer.cpp') diff --git a/typecontainer.cpp b/typecontainer.cpp index 6050fde3..b6fd54f3 100644 --- a/typecontainer.cpp +++ b/typecontainer.cpp @@ -128,7 +128,7 @@ Ref TypeContainer::GetPlatform() const BNPlatform* platform = BNTypeContainerGetPlatform(m_object); if (!platform) return nullptr; - return new Platform(platform); + return new CorePlatform(platform); } -- cgit v1.3.1