mirror of
https://github.com/mapnik/mapnik.git
synced 2026-01-25 16:47:07 +00:00
keep old names
This commit is contained in:
parent
97874b3db9
commit
62fcb51e2f
@ -85,9 +85,11 @@ public:
|
||||
{}
|
||||
|
||||
inline int id() const { return id_;}
|
||||
void set_id(int id) { id_ = id;}
|
||||
|
||||
inline void set_id(int id) { id_ = id;}
|
||||
|
||||
template <typename T>
|
||||
void set(std::string const& key, T const& val)
|
||||
void put(std::string const& key, T const& val)
|
||||
{
|
||||
map_type::const_iterator itr = ctx_->mapping_.find(key);
|
||||
if (itr != ctx_->mapping_.end())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user