From 41d06ee092af449ec4ff4eaa8c44439b1717d974 Mon Sep 17 00:00:00 2001 From: Erik Hofman Date: Fri, 16 Apr 2021 14:30:46 +0200 Subject: [PATCH] IReceivers are shared pointers now --- simgear/nasal/cppbind/detail/to_nasal_helper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/nasal/cppbind/detail/to_nasal_helper.cxx b/simgear/nasal/cppbind/detail/to_nasal_helper.cxx index e8d77090..14ffe909 100644 --- a/simgear/nasal/cppbind/detail/to_nasal_helper.cxx +++ b/simgear/nasal/cppbind/detail/to_nasal_helper.cxx @@ -38,7 +38,7 @@ namespace nasal // } // virtual ~NasalMainLoopRecipientSingleton() {} //}; - NasalMainLoopRecipient mrl; + SGSharedPtr mrl; //---------------------------------------------------------------------------- naRef to_nasal_helper(naContext c, const std::string& str)