]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/slider.h
Minor style fixes
[libs/gltk.git] / source / slider.h
index edaa5d8ad932bea7b5b64891d361f81c138754f7..6612c619aaaea80ae2445cd548edd9d38fcd742e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2007, 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GLTK_SLIDER_H_
 #define MSP_GLTK_SLIDER_H_
 
@@ -22,11 +15,10 @@ variations.
 class Slider: public Widget
 {
 public:
-       class Loader: public Widget::Loader
+       class Loader: public DataFile::DerivedObjectLoader<Slider, Widget::Loader>
        {
        public:
                Loader(Slider &);
-               Slider &get_object() const;
        };
 
        sigc::signal<void, double> signal_value_changed;