diff options
Diffstat (limited to 'src/guichan/include/guichan/widgets/slider.hpp')
-rw-r--r-- | src/guichan/include/guichan/widgets/slider.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/widgets/slider.hpp b/src/guichan/include/guichan/widgets/slider.hpp index 77b0b8806..a22c36844 100644 --- a/src/guichan/include/guichan/widgets/slider.hpp +++ b/src/guichan/include/guichan/widgets/slider.hpp @@ -94,7 +94,8 @@ namespace gcn /** * Destructor. */ - virtual ~Slider() { } + virtual ~Slider() + { } /** * Sets the scale of the slider. |