ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.CorePlugins/Config/GenericConfig.cs
(Generate patch)

Comparing trunk/RomCheater.CorePlugins/Config/GenericConfig.cs (file contents):
Revision 91 by william, Wed May 9 20:52:20 2012 UTC vs.
Revision 92 by william, Wed May 9 21:42:21 2012 UTC

--- trunk/RomCheater.CorePlugins/Config/GenericConfig.cs	2012/05/09 21:02:31	91
+++ trunk/RomCheater.CorePlugins/Config/GenericConfig.cs	2012/05/09 21:42:21	92
@@ -11,7 +11,7 @@ namespace RomCheater.CorePlugins.Config
     public sealed class GenericConfig : ConfigPlugin
     {
         public GenericConfig() : base() { }
-
+        public GenericConfig(bool doinit) : base(doinit) { }
 
         protected override bool IsNotValidProcess(ProcContainer p) { return false; }
         #region IPluginBase Members