Author: mordante
Date: Fri May  1 23:52:00 2009
New Revision: 35401

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35401&view=rev
Log:
Fix a compiler warning.

Modified:
    trunk/src/unit_frame.cpp

Modified: trunk/src/unit_frame.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/unit_frame.cpp?rev=35401&r1=35400&r2=35401&view=diff
==============================================================================
--- trunk/src/unit_frame.cpp (original)
+++ trunk/src/unit_frame.cpp Fri May  1 23:52:00 2009
@@ -176,7 +176,7 @@
        drawing_layer(display::LAYER_UNIT_DEFAULT - display::LAYER_UNIT_FIRST),
        in_hex(false),
        diagonal_in_hex(false)
-{};
+{}
 
 frame_builder::frame_builder() :
        image_(image::locator()),
@@ -198,7 +198,7 @@
        x_(""),
        y_(""),
        drawing_layer_(str_cast(display::LAYER_UNIT_DEFAULT - 
display::LAYER_UNIT_FIRST))
-{};
+{}
 
 frame_builder::frame_builder(const config& cfg,const std::string& 
frame_string) :
        image_(image::locator()),


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

Reply via email to