diff --git a/doc/manual/source/attributes.rst b/doc/manual/source/attributes.rst index c89c470d6..ae107688f 100644 --- a/doc/manual/source/attributes.rst +++ b/doc/manual/source/attributes.rst @@ -488,7 +488,7 @@ follows::: ConfigStore::ConfigStore () { - ObjectBase::ConstructSelf (AttributeList ()); + ObjectBase::ConstructSelf (AttributeConstructionList ()); // continue on with constructor. }