Author: ilor
Date: Thu Jul 10 16:37:48 2008
New Revision: 27893

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27893&view=rev
Log:
fix compilation error

Modified:
    trunk/src/hotkeys.hpp

Modified: trunk/src/hotkeys.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/hotkeys.hpp?rev=27893&r1=27892&r2=27893&view=diff
==============================================================================
--- trunk/src/hotkeys.hpp (original)
+++ trunk/src/hotkeys.hpp Thu Jul 10 16:37:48 2008
@@ -131,7 +131,7 @@
        /** @return the scope of this hotkey */
        scope get_scope() const { return scope_; }
        
-       const bool is_in_active_scope() const { return 
is_scope_active(get_scope()); }
+       bool is_in_active_scope() const { return is_scope_active(get_scope()); }
        
        // Returns unicode value of keypress.
        int get_character() const { return character_; }


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to