From aee28c8b0d0731f70c3221998252bfa960c575f6 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 8 Apr 2012 19:22:23 +0900 Subject: [PATCH] Fixed compile warning with clang --- src/Notifier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Notifier.h b/src/Notifier.h index 78ae89cfc..efc9c225b 100644 --- a/src/Notifier.h +++ b/src/Notifier.h @@ -42,7 +42,7 @@ namespace aria2 { class RequestGroup; class Option; -class Pref; +struct Pref; namespace rpc {