mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-09 14:16:28 +01:00
ExportPlugins managed with smart pointers
This commit is contained in:
@@ -103,7 +103,7 @@ private:
|
||||
|
||||
private:
|
||||
Exporter mExporter;
|
||||
ExportPluginArray mPlugins; /**< Array of references to available exporter
|
||||
std::vector<ExportPlugin*> mPlugins; /**< Array of references to available exporter
|
||||
plug-ins */
|
||||
AudacityProject *mProject;
|
||||
TrackList *mTracks; /**< The list of tracks in the project that is
|
||||
|
||||
Reference in New Issue
Block a user