Sfoglia il codice sorgente

Fixed compile warning with clang

Tatsuhiro Tsujikawa 13 anni fa
parent
commit
aee28c8b0d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {