Skip to content

Commit

Permalink
Fix mismatch struct/class for GameUIFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Mar 26, 2017
1 parent 72ce9d7 commit 53d1b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.h
Expand Up @@ -308,7 +308,7 @@ class PacketCounter
};

class ClientScripting;
class GameUIFlags;
struct GameUIFlags;

class Client : public con::PeerHandler, public InventoryManager, public IGameDef
{
Expand Down

0 comments on commit 53d1b3d

Please sign in to comment.