aboutsummaryrefslogtreecommitdiff
path: root/src/form.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/form.hh')
-rw-r--r--src/form.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/form.hh b/src/form.hh
index 380c921e..be5d0557 100644
--- a/src/form.hh
+++ b/src/form.hh
@@ -23,7 +23,7 @@ private:
* This is the abstract base class, sub classes have to be defined to
* decorate specific sub interfaces of dw::core::ui::Resource.
*/
- class ResourceDecorator: public object::Object
+ class ResourceDecorator: public lout::object::Object
{
private:
const char *name;
@@ -72,7 +72,7 @@ private:
const char *getValue ();
};
- container::typed::List <ResourceDecorator> *resources;
+ lout::container::typed::List <ResourceDecorator> *resources;
void *ext_data; // external data pointer