X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.ComponentModel.Design.Serialization%2FDesignerLoader.cs;h=8cae096c82bfdf56a4c6148738dbf9a769e517e7;hb=62dcf4f5d74891192cd8f51c4e37f50083c6f67b;hp=863af39dfe516d043dc6481e6fb05fa32541b874;hpb=c4a3b30460c7ea1a1fb3c97cfc8478555714af2f;p=mono.git diff --git a/mcs/class/System/System.ComponentModel.Design.Serialization/DesignerLoader.cs b/mcs/class/System/System.ComponentModel.Design.Serialization/DesignerLoader.cs index 863af39dfe5..8cae096c82b 100644 --- a/mcs/class/System/System.ComponentModel.Design.Serialization/DesignerLoader.cs +++ b/mcs/class/System/System.ComponentModel.Design.Serialization/DesignerLoader.cs @@ -33,6 +33,9 @@ namespace System.ComponentModel.Design.Serialization { // This class is merely an interface with no implementation needed +#if NET_2_0 + [System.Runtime.InteropServices.ComVisible (true)] +#endif public abstract class DesignerLoader {