Files
pkgsrc-ng/misc/openoffice3/patches/patch-cppuhelper_inc_cppuhelper_propertysetmixin.hxx
2013-09-26 17:14:40 +02:00

13 lines
428 B
C++

$NetBSD: patch-cppuhelper_inc_cppuhelper_propertysetmixin.hxx,v 1.1 2013/04/01 12:19:13 joerg Exp $
--- cppuhelper/inc/cppuhelper/propertysetmixin.hxx.orig 2013-03-30 15:42:48.000000000 +0000
+++ cppuhelper/inc/cppuhelper/propertysetmixin.hxx
@@ -479,7 +479,6 @@ protected:
private:
PropertySetMixin(PropertySetMixin &); // not defined
- void operator =(PropertySetMixin); // not defined
};
#if defined _MSC_VER