diff options
author | George Hazan <george.hazan@gmail.com> | 2015-08-26 17:25:14 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-08-26 17:25:14 +0000 |
commit | 6a1a045e620dba38a7a64070af59d1a91b104921 (patch) | |
tree | a883339faf5d30db219509d86acb090eae77e2b6 /plugins/FTPFileYM/src/job_delete.h | |
parent | 1c023b4c677e8dcf0a776b07d8679a6464d2ee61 (diff) |
massive code cleaning due to numerous name conflicts
git-svn-id: http://svn.miranda-ng.org/main/trunk@15036 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FTPFileYM/src/job_delete.h')
-rw-r--r-- | plugins/FTPFileYM/src/job_delete.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/FTPFileYM/src/job_delete.h b/plugins/FTPFileYM/src/job_delete.h index 79ef0f2794..73e6b79822 100644 --- a/plugins/FTPFileYM/src/job_delete.h +++ b/plugins/FTPFileYM/src/job_delete.h @@ -26,10 +26,10 @@ class DeleteJob private:
static const int MAX_RUNNING_JOBS = 2;
- DBEntry *entry;
- Manager::TreeItem *treeItem;
- ServerList::FTP *ftp;
- char buff[256];
+ DBEntry *m_entry;
+ Manager::TreeItem *m_treeItem;
+ ServerList::FTP *m_ftp;
+ char m_buff[256];
static mir_cs mutexJobCount;
static int iRunningJobCount;
|