Compilation fixes for Android+boost

This commit is contained in:
Xawotihs
2011-11-16 20:49:26 +00:00
parent ee700623d5
commit 8a1606a3c6
2 changed files with 10 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ private:
string files[1024];
void cleanup();
vector<boost::thread> mWorkerThread;
vector<boost::thread*> mWorkerThread;
Rules* mRules;
bool mProcessing;