diff options
Diffstat (limited to 'configmgr/source/treemgr/valuemembernode.hxx')
-rw-r--r-- | configmgr/source/treemgr/valuemembernode.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/treemgr/valuemembernode.hxx b/configmgr/source/treemgr/valuemembernode.hxx index 53ac6d02280a..4ef876ed8fad 100644 --- a/configmgr/source/treemgr/valuemembernode.hxx +++ b/configmgr/source/treemgr/valuemembernode.hxx @@ -2,9 +2,9 @@ * * $RCSfile: valuemembernode.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jb $ $Date: 2002-02-11 13:47:56 $ + * last change: $Author: hr $ $Date: 2003-03-19 16:19:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -109,7 +109,7 @@ namespace configmgr /// retrieve the name of the underlying node Name getNodeName() const; /// retrieve the attributes - Attributes getAttributes() const; + node::Attributes getAttributes() const; /// Does this node assume its default value bool isDefault() const; |