mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 03:04:51 +00:00
Use NULL instead of 0.
This commit is contained in:
parent
57353bd648
commit
c8d190a000
@ -100,7 +100,7 @@ public:
|
||||
{ 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user