IReceivers are shared pointers now

This commit is contained in:
Erik Hofman
2021-04-16 14:30:46 +02:00
parent c85f29c8d1
commit 41d06ee092

View File

@@ -38,7 +38,7 @@ namespace nasal
// }
// virtual ~NasalMainLoopRecipientSingleton() {}
//};
NasalMainLoopRecipient mrl;
SGSharedPtr<NasalMainLoopRecipient> mrl;
//----------------------------------------------------------------------------
naRef to_nasal_helper(naContext c, const std::string& str)