Przeglądaj źródła

Fixed compile warning with clang

Tatsuhiro Tsujikawa 13 lat temu
rodzic
commit
aee28c8b0d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/Notifier.h

+ 1 - 1
src/Notifier.h

@@ -42,7 +42,7 @@ namespace aria2 {
 
 class RequestGroup;
 class Option;
-class Pref;
+struct Pref;
 
 namespace rpc {