Author: ilor
Date: Tue Aug 19 23:13:32 2008
New Revision: 28776

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28776&view=rev
Log:
fix a missing reference that caused crashes on the brush bar / cycle brush line

Modified:
    trunk/src/editor2/editor_palettes.hpp

Modified: trunk/src/editor2/editor_palettes.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/editor2/editor_palettes.hpp?rev=28776&r1=28775&r2=28776&view=diff
==============================================================================
--- trunk/src/editor2/editor_palettes.hpp (original)
+++ trunk/src/editor2/editor_palettes.hpp Tue Aug 19 23:13:32 2008
@@ -187,7 +187,7 @@
        const size_specs &size_specs_;
        display &gui_;
        unsigned int selected_;
-       std::vector<brush> brushes_;
+       std::vector<brush>& brushes_;
        brush** the_brush_;
        const size_t size_;
 };


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

Reply via email to