[Commits] [wesnoth/wesnoth] cf6fa6: Removed C++11 include guards
GitHub
noreply at github.com
Thu Mar 31 01:07:06 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: cf6fa69d27249640d27cac3fdeb99afcbb47e7a8
https://github.com/wesnoth/wesnoth/commit/cf6fa69d27249640d27cac3fdeb99afcbb47e7a8
Author: Charles Dang <exodia339 at gmail.com>
Date: 2016-03-31 (Thu, 31 Mar 2016)
Changed paths:
M src/config.cpp
M src/config.hpp
M src/fake_unit_ptr.hpp
M src/global.hpp
M src/gui/auxiliary/filter.hpp
M src/gui/widgets/button.hpp
M src/gui/widgets/combobox.hpp
M src/gui/widgets/container.hpp
M src/gui/widgets/control.hpp
M src/gui/widgets/drawing.hpp
M src/gui/widgets/generator.hpp
M src/gui/widgets/generator_private.hpp
M src/gui/widgets/grid.hpp
M src/gui/widgets/group.hpp
M src/gui/widgets/horizontal_scrollbar.hpp
M src/gui/widgets/image.hpp
M src/gui/widgets/label.hpp
M src/gui/widgets/list.hpp
M src/gui/widgets/listbox.hpp
M src/gui/widgets/matrix.hpp
M src/gui/widgets/minimap.hpp
M src/gui/widgets/multi_page.hpp
M src/gui/widgets/pane.hpp
M src/gui/widgets/panel.hpp
M src/gui/widgets/password_box.hpp
M src/gui/widgets/progress_bar.hpp
M src/gui/widgets/repeating_button.hpp
M src/gui/widgets/scroll_label.hpp
M src/gui/widgets/scrollbar.hpp
M src/gui/widgets/scrollbar_container.hpp
M src/gui/widgets/scrollbar_panel.hpp
M src/gui/widgets/slider.hpp
M src/gui/widgets/spacer.hpp
M src/gui/widgets/stacked_widget.hpp
M src/gui/widgets/text.hpp
M src/gui/widgets/text_box.hpp
M src/gui/widgets/toggle_button.hpp
M src/gui/widgets/toggle_panel.hpp
M src/gui/widgets/tree_view.hpp
M src/gui/widgets/tree_view_node.hpp
M src/gui/widgets/unit_preview_pane.hpp
M src/gui/widgets/vertical_scrollbar.hpp
M src/gui/widgets/viewport.hpp
M src/gui/widgets/widget.hpp
M src/gui/widgets/window.hpp
M src/help/help_button.hpp
M src/hotkey/hotkey_handler.hpp
M src/hotkey/hotkey_handler_sp.hpp
M src/play_controller.hpp
M src/replay_controller.hpp
M src/scripting/game_lua_kernel.cpp
M src/synced_checkup.cpp
M src/variable.hpp
Log Message:
-----------
Removed C++11 include guards
This also expands the OVERRIDE compatibility macro (FINAL was not used).
More information about the Commits
mailing list