diff options
Diffstat (limited to 'configmgr/source/groupnode.hxx')
-rw-r--r-- | configmgr/source/groupnode.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/groupnode.hxx b/configmgr/source/groupnode.hxx index 8fbac97381af..227084bf57d1 100644 --- a/configmgr/source/groupnode.hxx +++ b/configmgr/source/groupnode.hxx @@ -44,7 +44,7 @@ public: virtual int getMandatory() const SAL_OVERRIDE; - bool isExtensible() const; + bool isExtensible() const { return extensible_;} private: GroupNode(GroupNode const & other, bool keepTemplateName); |