Author: mordante
Date: Sat Aug 23 22:24:50 2008
New Revision: 28899

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28899&view=rev
Log:
Initialize all members.

Modified:
    trunk/src/editor2/editor_display.cpp

Modified: trunk/src/editor2/editor_display.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/editor2/editor_display.cpp?rev=28899&r1=28898&r2=28899&view=diff
==============================================================================
--- trunk/src/editor2/editor_display.cpp (original)
+++ trunk/src/editor2/editor_display.cpp Sat Aug 23 22:24:50 2008
@@ -22,8 +22,10 @@
 
 editor_display::editor_display(CVideo& video, const editor_map& map,
                const config& theme_cfg, const config& cfg,
-               const config& level) :
-       display(video, map, theme_cfg, cfg, level)
+               const config& level)
+       : display(video, map, theme_cfg, cfg, level)
+       , brush_locations_()
+       , toolbar_hint_()
 {
     clear_screen();
 }


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

Reply via email to