diff options
Diffstat (limited to 'configmgr/source/rootaccess.hxx')
-rw-r--r-- | configmgr/source/rootaccess.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/rootaccess.hxx b/configmgr/source/rootaccess.hxx index 4fce20c15161..6583cea1ce3f 100644 --- a/configmgr/source/rootaccess.hxx +++ b/configmgr/source/rootaccess.hxx @@ -75,7 +75,7 @@ public: OUString getLocale() const; - bool isUpdate() const; + bool isUpdate() const { return update_;} void setAlive(bool b); |