- Changed access level for the window_collection hash table
authorPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Sat, 2 Oct 2004 19:06:20 +0000 (19:06 -0000)
committerPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Sat, 2 Oct 2004 19:06:20 +0000 (19:06 -0000)
svn path=/trunk/mcs/; revision=34614

mcs/class/Managed.Windows.Forms/System.Windows.Forms/NativeWindow.cs

index edea6ee6cab8ae1a962a70c84356dd70c5c07a40..ce69abbe0813c8f1e326eab8ce9ff89463317a9e 100644 (file)
 //     Peter Bartok    pbartok@novell.com
 //
 //
-// $Revision: 1.2 $
+// $Revision: 1.3 $
 // $Modtime: $
 // $Log: NativeWindow.cs,v $
+// Revision 1.3  2004/10/02 19:06:20  pbartok
+// - Changed access level for the window_collection hash table
+//
 // Revision 1.2  2004/08/11 22:20:59  pbartok
 // - Signature fixes
 //
@@ -46,7 +49,7 @@ namespace System.Windows.Forms
 {
        public class NativeWindow : MarshalByRefObject {
                internal IntPtr                 window_handle;
-               static private Hashtable        window_collection = new Hashtable();
+               static internal Hashtable       window_collection = new Hashtable();
 
                #region Public Constructors
                public NativeWindow() {