Tried to avoid compilation problem on travis (though afaik there are

still other issues with building on travis atm), though atm only
by a quick hack.
This commit is contained in:
hiker 2014-04-12 01:48:55 +10:00
parent 488c1231c9
commit 71ddeda94f

View File

@ -89,7 +89,11 @@ namespace Online
// For now declare functions that will become part of PlayerManager
// or Playerprofile to be private, and give only PlayerManager
// access to them. FIXME
friend class PlayerManager;
// FIXME: This apparently does not compile on linux :(
// So I'll make this all public for now again
// friend class PlayerManager;
public:
uint32_t getID() const;
void setUserDetails(HTTPRequest *request,
const std::string &action,