From f73b2a9990495587d514aa1856919c21170a3940 Mon Sep 17 00:00:00 2001 From: Lluis Sanchez Date: Mon, 20 Jan 2014 16:32:53 +0100 Subject: Initial drop of the new project model --- main/src/addins/MonoDevelop.Debugger.Gdb/GdbSession.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/src/addins/MonoDevelop.Debugger.Gdb') diff --git a/main/src/addins/MonoDevelop.Debugger.Gdb/GdbSession.cs b/main/src/addins/MonoDevelop.Debugger.Gdb/GdbSession.cs index f7ad8dfa67..44dc1f91e1 100644 --- a/main/src/addins/MonoDevelop.Debugger.Gdb/GdbSession.cs +++ b/main/src/addins/MonoDevelop.Debugger.Gdb/GdbSession.cs @@ -45,7 +45,7 @@ namespace MonoDevelop.Debugger.Gdb Process proc; StreamReader sout; StreamWriter sin; - IProcessAsyncOperation console; + ProcessAsyncOperation console; GdbCommandResult lastResult; bool running; Thread thread; -- cgit v1.2.3