summaryrefslogtreecommitdiff
path: root/cppuhelper/source/gcc3.map
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-01-13 17:55:09 +0100
committerMichael Stahl <mst@openoffice.org>2010-01-13 17:55:09 +0100
commitbf46dbcd552d7538474af43b82eb16e17e02d0a4 (patch)
treeac7e8c73413e05498ecc35ed071a9d4d517d8391 /cppuhelper/source/gcc3.map
parentbb94dd8918d401094768173d99ecf5a6efeb6739 (diff)
swunolocking1: #i108161#: WeakReferenceHelper:
Apple g++ 4.0.1 erroneously believes that it is ambiguous to use WeakReference<XInterface>::operator=(Reference<XInterface>). as a workaround, introduce WeakReferenceHelper::clear(), and fix all users.
Diffstat (limited to 'cppuhelper/source/gcc3.map')
-rw-r--r--cppuhelper/source/gcc3.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/cppuhelper/source/gcc3.map b/cppuhelper/source/gcc3.map
index 6b6bac67d8f7..099373b2e220 100644
--- a/cppuhelper/source/gcc3.map
+++ b/cppuhelper/source/gcc3.map
@@ -378,5 +378,6 @@ UDK_3.6 { # OOo 3.3
global:
_ZN4cppu11OWeakObject26disposeWeakConnectionPointEv;
_ZN3com3sun4star3uno19WeakReferenceHelperaSERKNS2_9ReferenceINS2_10XInterfaceEEE;
+ _ZN3com3sun4star3uno19WeakReferenceHelper5clearEv;
} UDK_3.5;