This commit is contained in:
Igor Mats 2015-04-09 13:36:17 +03:00
parent 60759764ff
commit f5c61b4f9a
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public:
*
* @return float stroke.
*/
inline float getStroke() { return _stroke; }
inline float getStroke() const { return _stroke; }
/** Set stroke.
*
* @param float stroke.