window: rename Where to Scroll and make it enum class
This commit is contained in:
@@ -83,7 +83,7 @@ struct Scrollpad: public Window
|
||||
/// @param where indicates where exactly one wants to go
|
||||
/// @see Window::scroll()
|
||||
///
|
||||
virtual void scroll(Where where) OVERRIDE;
|
||||
virtual void scroll(Scroll where) OVERRIDE;
|
||||
|
||||
/// Resizes the window
|
||||
/// @param new_width new window's width
|
||||
|
||||
Reference in New Issue
Block a user