Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2008-04-19 01:50:34 +0400
committerSebastien Pouliot <sebastien@ximian.com>2008-04-19 01:50:34 +0400
commit59209d92575e28103e18db66b30e604a9e0b8646 (patch)
tree8bc7b125381b029bd31982d77b9a8050edc5b2a0 /mcs/class/corlib/System.IO/Path.cs
parentc823890a9ed257686622e50029510ad68c74e051 (diff)
2008-04-18 Sebastien Pouliot <sebastien@ximian.com>
* Path.cs: Change PathSeparatorChars from private to internal since it's needed for IsolatedStorage. svn path=/trunk/mcs/; revision=101171
Diffstat (limited to 'mcs/class/corlib/System.IO/Path.cs')
-rw-r--r--mcs/class/corlib/System.IO/Path.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/corlib/System.IO/Path.cs b/mcs/class/corlib/System.IO/Path.cs
index 100ff3851f0..98224e5723c 100644
--- a/mcs/class/corlib/System.IO/Path.cs
+++ b/mcs/class/corlib/System.IO/Path.cs
@@ -69,7 +69,7 @@ namespace System.IO {
internal static readonly string DirectorySeparatorStr;
public static readonly char VolumeSeparatorChar;
- private static readonly char[] PathSeparatorChars;
+ internal static readonly char[] PathSeparatorChars;
private static readonly bool dirEqualsVolume;
// class methods