Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Mar 23, 2018
1 parent 69fb7e2 commit 12e284a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/play_controller.hpp
Expand Up @@ -266,13 +266,13 @@ class play_controller : public controller_base, public events::observer, public
virtual void send_to_wesnothd(const config&, const std::string& = "unknown") const { }
virtual bool receive_from_wesnothd(config&) const { return false; }
void show_objectives() const;
protected:
struct scoped_savegame_snapshot
{
scoped_savegame_snapshot(const play_controller& controller);
~scoped_savegame_snapshot();
const play_controller& controller_;
};
protected:
friend struct scoped_savegame_snapshot;
void play_slice_catch();
bool have_keyboard_focus() override;
Expand Down

0 comments on commit 12e284a

Please sign in to comment.