X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpanel.cpp;h=957385e0dbb82ae14c586e045a9c5ac1e0aa7cad;hb=8dcc2c95d8d51d7a27b423343eeaac15ca3c6dec;hp=b4f4f5f54190b165c8fad0b826dabd2688b19ac2;hpb=ab9fd8084f8bf8770d8d968354550cb2df99192f;p=libs%2Fgltk.git diff --git a/source/panel.cpp b/source/panel.cpp index b4f4f5f..957385e 100644 --- a/source/panel.cpp +++ b/source/panel.cpp @@ -13,6 +13,7 @@ #include "list.h" #include "panel.h" #include "part.h" +#include "progressbar.h" #include "row.h" #include "slider.h" #include "stack.h" @@ -23,7 +24,7 @@ using namespace std; namespace Msp { namespace GLtk { -DataFile::LoadableTypeRegistry Panel::widget_registry; +TypeRegistry Panel::widget_registry; bool Panel::widget_registry_init_done = false; Panel::Panel(): @@ -225,6 +226,7 @@ Panel::Loader::Loader(Panel &p, map &m): register_child_type