summaryrefslogtreecommitdiff
path: root/configmgr/source/node.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/node.hxx')
-rw-r--r--configmgr/source/node.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/node.hxx b/configmgr/source/node.hxx
index 58ad20e4e05f..6537973f7841 100644
--- a/configmgr/source/node.hxx
+++ b/configmgr/source/node.hxx
@@ -47,10 +47,10 @@ public:
virtual int getMandatory() const;
void setLayer(int layer);
- int getLayer() const;
+ int getLayer() const { return layer_;}
void setFinalized(int layer);
- int getFinalized() const;
+ int getFinalized() const { return finalized_;}
rtl::Reference< Node > getMember(OUString const & name);