diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-23 21:53:52 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-23 21:53:52 +0000 |
commit | 1e089e1f91c7280712d03947d60c0d922a414c34 (patch) | |
tree | 0baeff1d89a5195c5327d3d03b16fc112d163750 /plugins/FTPFileYM/src/job_delete.h | |
parent | 42f33aaf630e67c1b25d6cf9ca2ba1886e88d2f6 (diff) |
FTPFile to use standard locks
git-svn-id: http://svn.miranda-ng.org/main/trunk@13806 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FTPFileYM/src/job_delete.h')
-rw-r--r-- | plugins/FTPFileYM/src/job_delete.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FTPFileYM/src/job_delete.h b/plugins/FTPFileYM/src/job_delete.h index a2da7c5d24..79ef0f2794 100644 --- a/plugins/FTPFileYM/src/job_delete.h +++ b/plugins/FTPFileYM/src/job_delete.h @@ -31,7 +31,7 @@ private: ServerList::FTP *ftp;
char buff[256];
- static Mutex mutexJobCount;
+ static mir_cs mutexJobCount;
static int iRunningJobCount;
char *getDelFileString();
|