summaryrefslogtreecommitdiff
path: root/configmgr/source/childaccess.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-02 08:05:01 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-02 19:07:20 +0100
commitcb109d6518cc36155f9d0665932de0a54fdb6f4a (patch)
tree7ea0a4d7f2ea197495f49f03529e0f9fce5acc13 /configmgr/source/childaccess.hxx
parentc7043c0f2aab380648c8e35b8724107a881978b3 (diff)
Revert "no need to use shared_ptr here"
This reverts commit 122598af564082786f01b4eafdb9f09f0cffdf5f. Reason for revert: shared_ptr was introduced for fdo#31494, to avoid issues during shutdown Change-Id: I1c3ef4a966b9244da1e504806e917d1918b83803 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86095 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'configmgr/source/childaccess.hxx')
-rw-r--r--configmgr/source/childaccess.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/configmgr/source/childaccess.hxx b/configmgr/source/childaccess.hxx
index 96f7f439f8c4..7a5a692d56a9 100644
--- a/configmgr/source/childaccess.hxx
+++ b/configmgr/source/childaccess.hxx
@@ -129,6 +129,7 @@ private:
std::unique_ptr< css::uno::Any > changedValue_;
bool inTransaction_;
// to determine if a free node can be inserted underneath some root
+ std::shared_ptr<osl::Mutex> lock_;
};
}