Fixed compiler issues with clang.

This commit is contained in:
Jari Sundell
2011-12-29 18:58:12 +09:00
parent 002833f7b7
commit e58f3975f1
5 changed files with 18 additions and 14 deletions
+1 -3
View File
@@ -44,11 +44,9 @@
#include "rak/priority_queue_default.h"
#include "core/poll_manager.h"
struct thread_queue_hack;
// Move this class to libtorrent.
struct thread_queue_hack;
class thread_queue_hack;
class ThreadBase : public torrent::thread_base {
public: