Small doxygen doc fix for scrollbar_width().

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@11756 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano 2016-05-26 16:39:09 +00:00
parent f47e381838
commit 92aa25597d

View File

@ -224,7 +224,7 @@ public:
/**
Gets the width/height of the scrollbars.
/return width of scrollbars
\return width of scrollbars
*/
int scrollbar_width() const { return scrollbar_width_; }