changeset 7818 | 2a5c861ec2ee |
parent 7662 | c13e33e96231 |
child 9162 | b587372eb2de |
--- a/doc/manual/source/attributes.rst Sun Apr 01 11:31:25 2012 -0700 +++ b/doc/manual/source/attributes.rst Sun Apr 01 11:34:04 2012 -0700 @@ -488,7 +488,7 @@ ConfigStore::ConfigStore () { - ObjectBase::ConstructSelf (AttributeList ()); + ObjectBase::ConstructSelf (AttributeConstructionList ()); // continue on with constructor. }