summaryrefslogtreecommitdiff
path: root/src/client/Client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Client.h')
-rw-r--r--src/client/Client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Client.h b/src/client/Client.h
index 41eeef7..c824d28 100644
--- a/src/client/Client.h
+++ b/src/client/Client.h
@@ -42,7 +42,7 @@ public:
UpdateInfo(int time, std::string file, BuildType type) : Major(0), Minor(0), Build(0), Time(time), File(file), Type(type) {}
};
-class ThumbnailListener;
+class RequestListener;
class ClientListener;
class Client: public Singleton<Client> {
private: