mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-05 11:13:16 +01:00
Loaded modules managed by smart pointers
This commit is contained in:
@@ -72,7 +72,7 @@ using ModuleInterfaceHandle = movable_ptr_with_deleter<
|
||||
|
||||
typedef std::map<wxString, ModuleMain *> ModuleMainMap;
|
||||
typedef std::map<wxString, ModuleInterfaceHandle> ModuleMap;
|
||||
typedef std::map<ModuleInterface *, wxDynamicLibrary *> LibraryMap;
|
||||
typedef std::map<ModuleInterface *, movable_ptr<wxDynamicLibrary>> LibraryMap;
|
||||
|
||||
class ModuleManager final : public ModuleManagerInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user