Author: noyga
Date: Thu Mar 27 23:56:36 2008
New Revision: 25214

URL: http://svn.gna.org/viewcvs/wesnoth?rev=25214&view=rev
Log:
Fix a compilation error on gcc 4.1.2

Modified:
    trunk/src/unit_types.hpp

Modified: trunk/src/unit_types.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/unit_types.hpp?rev=25214&r1=25213&r2=25214&view=diff
==============================================================================
--- trunk/src/unit_types.hpp (original)
+++ trunk/src/unit_types.hpp Thu Mar 27 23:56:36 2008
@@ -291,12 +291,12 @@
        class unit_type_factory
        {
                public:
-            unit_type_factory::unit_type_factory()
+            unit_type_factory()
             {
                 unit_cfg_ = NULL;
             }
 
-            unit_type_factory::unit_type_factory(const config& unit_cfg) :
+            unit_type_factory(const config& unit_cfg) :
                 unit_cfg_(&unit_cfg)
             {}
 


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

Reply via email to