From ad6d8c4844a42eb5d2ee29c2a68678756c121cac Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sun, 13 Jul 2014 12:20:45 +0200 Subject: [PATCH] Fix a Doxygen comment error. The issue was found by CLang. --- src/game_display.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game_display.hpp b/src/game_display.hpp index 59b5314b6683..8ad2a30e3859 100644 --- a/src/game_display.hpp +++ b/src/game_display.hpp @@ -130,7 +130,7 @@ class game_display : public display bool has_time_area() const; - const tod_manager & get_tod_man() const { return tod_manager_; } //