X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fhslider.h;h=0d840fe961525ccab760bb9c9e4210a5ca6636a9;hb=f0b600c3b1739f7e088da6ab8eb7c2e67adf592c;hp=774c7369d418841d226afa833e3a9348ede6050a;hpb=707b59d45ae50b69c94918f8f74313283b304597;p=libs%2Fgltk.git diff --git a/source/hslider.h b/source/hslider.h index 774c736..0d840fe 100644 --- a/source/hslider.h +++ b/source/hslider.h @@ -13,7 +13,7 @@ the current value of the widget. class HSlider: public Slider { private: - unsigned slider_size; + unsigned total_margin; public: HSlider();