Author: anonymissimus
Date: Thu Oct 27 16:16:00 2011
New Revision: 51681

URL: http://svn.gna.org/viewcvs/wesnoth?rev=51681&view=rev
Log:
make display::color_adjust_red_, green_ and blue_ private

No references require them to be protected.

Modified:
    trunk/src/display.hpp

Modified: trunk/src/display.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/display.hpp?rev=51681&r1=51680&r2=51681&view=diff
==============================================================================
--- trunk/src/display.hpp (original)
+++ trunk/src/display.hpp Thu Oct 27 16:16:00 2011
@@ -572,9 +572,6 @@
        bool turbo_;
        bool invalidateGameStatus_;
        boost::scoped_ptr<map_labels> map_labels_;
-       int color_adjust_red_;
-       int color_adjust_green_;
-       int color_adjust_blue_;
 
 
        /** Event raised when the map is being scrolled */
@@ -853,6 +850,10 @@
        /** Maps the list of arrows for each location */
        arrows_map_t arrows_map_;
 
+       int color_adjust_red_;
+       int color_adjust_green_;
+       int color_adjust_blue_;
+
 #if defined(__GLIBC__)
        /** Flag for bug #17573 - this is set in the constructor **/
        bool do_reverse_memcpy_workaround_;


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

Reply via email to