diff --git a/WoofWare.PawPrint/ThreadState.fs b/WoofWare.PawPrint/ThreadState.fs index 917b898..cdb066f 100644 --- a/WoofWare.PawPrint/ThreadState.fs +++ b/WoofWare.PawPrint/ThreadState.fs @@ -11,7 +11,7 @@ type ThreadState = ActiveAssembly : AssemblyName } - member this.MethodState = this.MethodStates.[this.ActiveMethodState] + member this.MethodState : MethodState = this.MethodStates.[this.ActiveMethodState] static member New (activeAssy : AssemblyName) (methodState : MethodState) = {