Skip to content

Commit

Permalink
tloadscreen fixup for MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Apr 1, 2016
1 parent 390aa20 commit cc115b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/dialogs/loadscreen.hpp
Expand Up @@ -79,7 +79,7 @@ class tloadscreen : public tdialog
tlabel* animation_label_;
static tloadscreen* current_load;

volatile std::atomic<std::map<std::string,std::string>::const_iterator> current_stage_;
std::atomic<std::map<std::string,std::string>::const_iterator> current_stage_;
std::map<std::string,std::string>::const_iterator current_visible_stage_;
};

Expand Down

0 comments on commit cc115b9

Please sign in to comment.