--- trunk/Win32/Sojaner.MemoryScanner/MemoryProviers/GenericMemoryProvider.cs 2012/06/03 16:51:35 257 +++ trunk/Win32/Sojaner.MemoryScanner/MemoryProviers/GenericMemoryProvider.cs 2012/06/03 17:26:59 258 @@ -12,6 +12,6 @@ namespace Sojaner.MemoryScanner.MemoryPr public GenericMemoryProvider() : base() { } public GenericMemoryProvider(IConfigPlugin config) : base(config) { } public GenericMemoryProvider(IConfigPlugin config, Process process) : base(config,process) { } - public GenericMemoryProvider(IAcceptsProcessAndConfig config) : base(config) { } + public GenericMemoryProvider(IAcceptsProcessAndConfig pconfig) : base(pconfig) { } } } |