diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-31 15:52:16 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-31 15:52:16 +0200 |
commit | 42dcdb26ad220c6d95c0b13d9b4c323511454bcf (patch) | |
tree | a72a2613e75188a9dde93541a22b47bea3eb147f /init.cpp | |
parent | 5c77be0418015f9c0f2a1e136a2c2ab2dbbf67af (diff) |
fixed cleanup threads
Diffstat (limited to 'init.cpp')
-rw-r--r-- | init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ static int OnSystemModulesLoaded(WPARAM wParam,LPARAM lParam) InitVars(); void CleanThread(); if(gbDelAllTempory || gbDelExcluded) - boost::thread *thr = new boost::thread(CleanThread); + boost::thread *thr = new boost::thread(&CleanThread); // Folders plugin support
if (ServiceExists(MS_FOLDERS_REGISTER_PATH))
{
|