Author: suokko
Date: Sun Aug 31 01:45:39 2008
New Revision: 29128
URL: http://svn.gna.org/viewcvs/wesnoth?rev=29128&view=rev
Log:
Fixed typos from previous fix
Modified:
trunk/src/config_cache.cpp
trunk/src/config_cache.hpp
Modified: trunk/src/config_cache.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/config_cache.cpp?rev=29128&r1=29127&r2=29128&view=diff
==============================================================================
--- trunk/src/config_cache.cpp (original)
+++ trunk/src/config_cache.cpp Sun Aug 31 01:45:39 2008
@@ -267,7 +267,7 @@
void config_cache::add_define_from_file(const
config::all_children_iterator::value_type& value)
{
config_cache_transaction::instance().insert_to_active(
- preproc_define::read_pair(value::second));
+ preproc_define::read_pair(value.second));
}
void config_cache::read_defines_file(const std::string& path)
@@ -284,7 +284,6 @@
this,
_1)
);
-
boost::bind(&config::all_children_iterator::value_type::second,_1);
}
void config_cache::read_defines_queue()
Modified: trunk/src/config_cache.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/config_cache.hpp?rev=29128&r1=29127&r2=29128&view=diff
==============================================================================
--- trunk/src/config_cache.hpp (original)
+++ trunk/src/config_cache.hpp Sun Aug 31 01:45:39 2008
@@ -98,7 +98,7 @@
void read_configs(const std::string& path, config& cfg,
preproc_map& defines);
void load_configs(const std::string& path, config& cfg);
void read_defines_queue();
- void add_define_from_file(const
config::all_children_iterator::value_type& value)
+ void add_define_from_file(const
config::all_children_iterator::value_type& value);
void read_defines_file(const std::string& path);
preproc_map& make_copy_map();
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits