Browse Source

Another compilation fix

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
661e2cb6fc
  1. 2
      src/webui/httpserver.cpp

2
src/webui/httpserver.cpp

@ -39,6 +39,8 @@ @@ -39,6 +39,8 @@
#include <QRegExp>
#include <QTimer>
using namespace libtorrent;
const int BAN_TIME = 3600000; // 1 hour
class UnbanTimer: public QTimer {

Loading…
Cancel
Save