[mono/monodevelop] 705b277e: Fix build for Win32.

"Ungureanu Marius ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141d1718fd1-e1ee4625-0d38-4e10-8a23-844c894d7a0d-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/monodevelop
  Compare: https://github.com/mono/monodevelop/compare/b8704840acc9...705b277ee93c

   Commit: 705b277ee93c773931305cbb793940944e91a9ea
   Author: Ungureanu Marius <[email protected]> (Therzok)
     Date: 2013-10-19 15:57:39 GMT
      URL: https://github.com/mono/monodevelop/commit/705b277ee93c773931305cbb793940944e91a9ea

Fix build for Win32.

Changed paths:
  M main/src/addins/MonoDevelop.Debugger.Win32/MonoDevelop.Debugger.Win32/CorObjectAdaptor.cs

Modified: main/src/addins/MonoDevelop.Debugger.Win32/MonoDevelop.Debugger.Win32/CorObjectAdaptor.cs
===================================================================
@@ -91,7 +91,7 @@ public override bool IsValueType (object type)
 			return ((CorType)type).Type == CorElementType.ELEMENT_TYPE_VALUETYPE;
 		}
 
-		public override bool IsClass (object type)
+		public override bool IsClass (EvaluationContext ctx, object type)
 		{
 			return ((CorType)type).Type == CorElementType.ELEMENT_TYPE_CLASS && ((CorType)type).Class != null;
 		}



_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.