diff options
author | jcid <devnull@localhost> | 2008-04-26 20:04:53 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-04-26 20:04:53 +0200 |
commit | eccdc11eb569dd80fca55b1306f26c4d346bdea2 (patch) | |
tree | 83b5815b4a71364fa8538ecdbdeaf9bb9432a7a4 /src/form.hh | |
parent | 32078d445abcee88193dc29189ac2027061d1ac7 (diff) |
- Added the "lout" namespace.
Diffstat (limited to 'src/form.hh')
-rw-r--r-- | src/form.hh | 4 |
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 |