X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fentry.cpp;h=1198bdee52b34d3e2057232e8b12e4c65c6791a7;hp=f21aacbd07beff04c64aae4be124bdfab4e138fd;hb=707b59d45ae50b69c94918f8f74313283b304597;hpb=1bc84ded58379ee24315db8784d9fb710a02e24e diff --git a/source/entry.cpp b/source/entry.cpp index f21aacb..1198bde 100644 --- a/source/entry.cpp +++ b/source/entry.cpp @@ -28,7 +28,7 @@ Entry::Entry(const string &t): set_text(t); } -void Entry::autosize_special(const Part &part, Geometry &ageom) +void Entry::autosize_special(const Part &part, Geometry &ageom) const { if(part.get_name()=="text") {