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, 2 insertions, 0 deletions
diff --git a/src/client/Client.h b/src/client/Client.h
index d7e1afb..ccf62f3 100644
--- a/src/client/Client.h
+++ b/src/client/Client.h
@@ -42,6 +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 ClientListener;
class Client: public Singleton<Client> {
private:
@@ -74,6 +75,7 @@ private:
//Config file handle
json::Object configDocument;
public:
+
vector<ClientListener*> listeners;
UpdateInfo GetUpdateInfo();