mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 17:11:20 +01:00
Use std::[tr1::]unordered_(set|map), not the wxWidgets container macros
This commit is contained in:
@@ -168,7 +168,6 @@ typedef std::map<PluginID, PluginDescriptor> PluginMap;
|
||||
|
||||
typedef wxArrayString PluginIDList;
|
||||
|
||||
class ProviderMap;
|
||||
class PluginRegistrationDialog;
|
||||
|
||||
class PluginManager final : public PluginManagerInterface
|
||||
|
||||
Reference in New Issue
Block a user