window: rename Where to Scroll and make it enum class

This commit is contained in:
Andrzej Rybczak
2012-10-05 21:25:22 +02:00
parent 044464962c
commit 1eb0003714
19 changed files with 81 additions and 81 deletions

View File

@@ -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