From 65ae1b74be1d6ef6eabb457217fe248556f8b34e Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sun, 1 Apr 2012 11:34:04 -0700 Subject: [PATCH] typo in manual --- doc/manual/source/attributes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. }