summaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'init.cpp')
-rw-r--r--init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.cpp b/init.cpp
index 76f3d9e..2c6224b 100644
--- a/init.cpp
+++ b/init.cpp
@@ -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))
{