From 42dcdb26ad220c6d95c0b13d9b4c323511454bcf Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 31 Oct 2010 15:52:16 +0200 Subject: fixed cleanup threads --- init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.cpp') 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)) { -- cgit v1.2.3