]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/slider.cpp
Improve comments of the Layout class
[libs/gltk.git] / source / slider.cpp
index 3392ac4a1e83ce1f84b6e047abebf9d33a6e0c4e..7a0029e05b79e430839bf560d5ff1fe7757c33ba 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "slider.h"
 
 namespace Msp {
@@ -81,7 +74,7 @@ Slider::Loader::Loader(Slider &s):
 
 Slider &Slider::Loader::get_object() const
 {
-       return static_cast<Slider &>(wdg);
+       return static_cast<Slider &>(obj);
 }
 
 } // namespace GLtk