mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
remove const from setter
This commit is contained in:
parent
3b424e3767
commit
d5035d0474
@ -198,7 +198,7 @@ public:
|
||||
return resolution_;
|
||||
}
|
||||
|
||||
inline void set_resolution(unsigned int res) const
|
||||
inline void set_resolution(unsigned int res)
|
||||
{
|
||||
resolution_ = res;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user