mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-06 14:35:32 +01:00
DirManager.cpp doesn't depend on Clipboard...
... Locate other outstanding DirManagers by other means, a global tracking array. This does not yet break any dependency cycles.
This commit is contained in:
@@ -67,9 +67,15 @@ class PROFILE_DLL_API DirManager final : public XMLTagHandler {
|
||||
static void RecursivelyRemove(const FilePaths& filePathArray, int count, int bias,
|
||||
int flags, const wxChar* message = nullptr);
|
||||
|
||||
private:
|
||||
// MM: Construct DirManager
|
||||
// Don't call this directly but use Create() instead
|
||||
DirManager();
|
||||
|
||||
public:
|
||||
|
||||
static std::shared_ptr< DirManager > Create();
|
||||
|
||||
virtual ~DirManager();
|
||||
|
||||
size_t NumBlockFiles() const { return mBlockFileHash.size(); }
|
||||
|
||||
Reference in New Issue
Block a user