diff options
Diffstat (limited to 'api/logic/FileSystem.h')
-rw-r--r-- | api/logic/FileSystem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/api/logic/FileSystem.h b/api/logic/FileSystem.h index 80637f90..564f94f9 100644 --- a/api/logic/FileSystem.h +++ b/api/logic/FileSystem.h @@ -43,7 +43,6 @@ MULTIMC_LOGIC_EXPORT bool ensureFolderPathExists(QString filenamepath); class MULTIMC_LOGIC_EXPORT copy { public: - copy(const copy&) = delete; copy(const QString & src, const QString & dst) { m_src = src; |