Skip to content

Commit

Permalink
fix compiler wanring.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Sep 20, 2015
1 parent 61fabac commit c7c1b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/synced_user_choice.cpp
Expand Up @@ -49,10 +49,10 @@ namespace

class user_choice_notifer_ingame : public user_choice_notifer_base
{
//the handle for the label on the screen -i if not shown yet.
//the handle for the label on the screen -1 if not shown yet.
int label_id_;
unsigned int start_show_;
std::string message_;
unsigned int start_show_;

public:
user_choice_notifer_ingame()
Expand Down

0 comments on commit c7c1b75

Please sign in to comment.