remove const from setter
This commit is contained in:
parent
3b424e3767
commit
d5035d0474
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ public:
|
||||||
return resolution_;
|
return resolution_;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void set_resolution(unsigned int res) const
|
inline void set_resolution(unsigned int res)
|
||||||
{
|
{
|
||||||
resolution_ = res;
|
resolution_ = res;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue