Explorar el Código

Fixed compile warning with clang

Tatsuhiro Tsujikawa hace 13 años
padre
commit
aee28c8b0d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {