X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Configuration%2FSettingsAttributeDictionary.cs;h=0614028c5f8f4d4cdca45a2771a6d37ae78660d3;hb=d24e0ade72ec565b767b1f45abaf1f2001b99d11;hp=a9cbd2d850d8d6c91bd0a274c06e37a1bab9a800;hpb=a8b22e0e864c03b8cfd2f2cb5a8075b6611c5553;p=mono.git diff --git a/mcs/class/System/System.Configuration/SettingsAttributeDictionary.cs b/mcs/class/System/System.Configuration/SettingsAttributeDictionary.cs index a9cbd2d850d..0614028c5f8 100644 --- a/mcs/class/System/System.Configuration/SettingsAttributeDictionary.cs +++ b/mcs/class/System/System.Configuration/SettingsAttributeDictionary.cs @@ -26,7 +26,6 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 using System; using System.Collections; @@ -40,11 +39,10 @@ namespace System.Configuration } public SettingsAttributeDictionary (SettingsAttributeDictionary attributes) - : base (attributes) + : base ((IDictionary) attributes) { } } } -#endif