Skip to content

Commit

Permalink
Fix a compilation error with XCode Version 6.2 on OSX 10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Bechon committed Aug 2, 2015
1 parent 5227785 commit deafe6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/synced_context.hpp
Expand Up @@ -132,6 +132,7 @@ class synced_context
class server_choice
{
public:
virtual ~server_choice(){};
/// We are in a game with no mp server and need to do this choice locally
virtual config local_choice() const = 0;
/// the request which is sended to the mp server.
Expand Down

0 comments on commit deafe6e

Please sign in to comment.