--- trunk/RomCheater/Docking/FloatingPEViewer.cs 2013/06/06 08:57:50 586 +++ trunk/RomCheater/Docking/FloatingPEViewer.cs 2013/06/06 09:12:35 587 @@ -22,6 +22,7 @@ IAcceptsPlugin, IAcceptsProcess, IAcceptsProcessAndConfig, + IAcceptPEData, IAcceptsPEData { public FloatingPEViewer() { InitializeComponent(); this.AcceptedPlugin = null; this.AcceptedProcess = null; OnPEDataUpdated = null; }