X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpanel.cpp;h=871d7a2d9ebffb211d1bdc3f389a4fd6374e31e6;hb=9f38197854e699a6093a906ab43f4238f3cd2388;hp=fa16ec7de2826733d04a876f7ec445953bc76a8d;hpb=b4a3d651f57c46507aaa99a71a14fea15f0e430d;p=libs%2Fgltk.git diff --git a/source/panel.cpp b/source/panel.cpp index fa16ec7..871d7a2 100644 --- a/source/panel.cpp +++ b/source/panel.cpp @@ -27,8 +27,7 @@ namespace GLtk { TypeRegistry Panel::widget_registry; bool Panel::widget_registry_init_done = false; -Panel::Panel(): - layout(0) +Panel::Panel() { input_type = INPUT_NAVIGATION; }