diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-08 13:55:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-08 17:26:41 +0000 |
commit | e794ce1eef6730e5a46d5fb0aa6db2895ede85e7 (patch) | |
tree | 3aa26bd9ba4e6bd072761a22178e20a5d80d7627 /scripting | |
parent | cee552d2071601b6f4131eda9e9a0a17768ea272 (diff) |
verify that we hold the SolarMutex when ref-counting VclPtr
Change-Id: If0c5a8c99f0f853c9ecad0f1a4a7299d69805b34
Reviewed-on: https://gerrit.libreoffice.org/31755
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/Library_protocolhandler.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripting/Library_protocolhandler.mk b/scripting/Library_protocolhandler.mk index 4134c2a55be8..15cf1e03584c 100644 --- a/scripting/Library_protocolhandler.mk +++ b/scripting/Library_protocolhandler.mk @@ -27,6 +27,7 @@ $(eval $(call gb_Library_use_libraries,protocolhandler,\ fwe \ sal \ sfx \ + tl \ vcl \ $(gb_UWINAPI) \ )) |