ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Docking/MemorySearch/AddressValuePairList.cs
(Generate patch)

Comparing trunk/RomCheater/Docking/MemorySearch/AddressValuePairList.cs (file contents):
Revision 235 by william, Sat Jun 2 19:12:20 2012 UTC vs.
Revision 236 by william, Sun Jun 3 12:47:06 2012 UTC

--- trunk/RomCheater/Docking/MemorySearch/AddressValuePairList.cs	2012/06/03 12:44:26	235
+++ trunk/RomCheater/Docking/MemorySearch/AddressValuePairList.cs	2012/06/03 12:47:06	236
@@ -914,7 +914,7 @@ namespace System.Windows.Forms
         bool ItemIsFrozen(int index);
         void FreezeItem(int index);
         void ThawItem(int index);
-        int PCSX2ProcessID { get; set; }
+        int ProcessID { get; set; }
     }
 
     public interface IAvpExport