aboutsummaryrefslogtreecommitdiff
path: root/src/form.cc
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-04-26 20:04:53 +0200
committerjcid <devnull@localhost>2008-04-26 20:04:53 +0200
commiteccdc11eb569dd80fca55b1306f26c4d346bdea2 (patch)
tree83b5815b4a71364fa8538ecdbdeaf9bb9432a7a4 /src/form.cc
parent32078d445abcee88193dc29189ac2027061d1ac7 (diff)
- Added the "lout" namespace.
Diffstat (limited to 'src/form.cc')
-rw-r--r--src/form.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/form.cc b/src/form.cc
index d3a3a4de..79867a65 100644
--- a/src/form.cc
+++ b/src/form.cc
@@ -69,7 +69,7 @@ const char *Form::RadioButtonResourceDecorator::getValue ()
Form::Form (void *p)
{
ext_data = p;
- resources = new container::typed::List <ResourceDecorator> (true);
+ resources = new lout::container::typed::List <ResourceDecorator> (true);
}
Form::~Form ()