[Commits] [wesnoth/wesnoth] 1d9379: Added override specifiers for display_context over...
GitHub
noreply at github.com
Sun Jan 28 15:11:19 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 1d93797d343c87a42e638cf99c70334b67c9a04c
https://github.com/wesnoth/wesnoth/commit/1d93797d343c87a42e638cf99c70334b67c9a04c
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-01-29 (Mon, 29 Jan 2018)
Changed paths:
M src/game_board.hpp
M src/pathfind/teleport.cpp
M src/tests/gui/test_gui2.cpp
Log Message:
-----------
Added override specifiers for display_context overrides
Also did some formatting cleanup in game_board. Didn't really care to touch the others.
Removed virtual specifier from non-const game_board::teams. It didn't override anything
in the base class (display_context, which has the const version) and nothing inherits
from game_board to override it (the non-const version) later.
More information about the Commits
mailing list