Skip to content

Commit

Permalink
Fix observer list
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Jul 15, 2015
1 parent 6ae5ea2 commit c405766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/game_display.hpp
Expand Up @@ -18,7 +18,6 @@
#define GAME_DISPLAY_H_INCLUDED

class config;
class display_chat_manager;
class tod_manager;
class team;
class unit_map;
Expand All @@ -27,6 +26,7 @@ class game_board;
#include "animated.hpp"
#include "chat_events.hpp"
#include "display.hpp"
#include "display_chat_manager.hpp"
#include "pathfind/pathfind.hpp"

#include <deque>
Expand Down Expand Up @@ -60,6 +60,7 @@ class game_display : public display
*/
void new_turn();

const std::set<std::string>& observers() const { return chat_man_->observers(); }
/**
* Scrolls to the leader of a certain side.
*
Expand Down

0 comments on commit c405766

Please sign in to comment.