Author: mordante
Date: Sun Apr  1 10:22:59 2012
New Revision: 53740

URL: http://svn.gna.org/viewcvs/wesnoth?rev=53740&view=rev
Log:
Use NULL instead of 0.

Modified:
    trunk/src/config.hpp

Modified: trunk/src/config.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/config.hpp?rev=53740&r1=53739&r2=53740&view=diff
==============================================================================
--- trunk/src/config.hpp (original)
+++ trunk/src/config.hpp Sun Apr  1 10:22:59 2012
@@ -100,7 +100,7 @@
        { return this != &invalid; }
 #else
        operator safe_bool() const
-       { return this != &invalid ? &safe_bool_impl::nonnull : 0; }
+       { return this != &invalid ? &safe_bool_impl::nonnull : NULL; }
 #endif
 
        typedef std::vector<config*> child_list;


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

Reply via email to