diff options
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))
{
|