From ce87c6e969dd2af24e50341e6da86918d4cf52a6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 16 Feb 2015 13:54:33 +0300 Subject: Use some tmwa related code in whoisonline only if build for tmwa. --- src/gui/windows/whoisonline.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gui/windows/whoisonline.h') diff --git a/src/gui/windows/whoisonline.h b/src/gui/windows/whoisonline.h index a1cafa8ae..1a8f1c1c9 100644 --- a/src/gui/windows/whoisonline.h +++ b/src/gui/windows/whoisonline.h @@ -64,10 +64,12 @@ class WhoIsOnline final : public Window, void postInit() override final; +#ifdef TMWA_SUPPORT /** * Loads and display online list from the memory buffer. */ void loadWebList(); +#endif void loadList(const std::vector &list); @@ -108,6 +110,8 @@ class WhoIsOnline final : public Window, void handlerPlayerRelation(const std::string &nick, OnlinePlayer *const player); + +#ifdef TMWA_SUPPORT /** * The thread function that download the files. */ @@ -119,6 +123,7 @@ class WhoIsOnline final : public Window, static size_t memoryWrite(void *ptr, size_t size, size_t nmemb, FILE *stream); +#endif const std::string prepareNick(const std::string &restrict nick, const int level, -- cgit v1.2.3-60-g2f50