summaryrefslogtreecommitdiff
path: root/src/debug/remgdb/gdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/remgdb/gdb.c')
-rw-r--r--src/debug/remgdb/gdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/remgdb/gdb.c b/src/debug/remgdb/gdb.c
index caff762..681ff00 100644
--- a/src/debug/remgdb/gdb.c
+++ b/src/debug/remgdb/gdb.c
@@ -149,7 +149,7 @@ static void g_gdb_debugger_init(GGdbDebugger *debugger)
* *
******************************************************************************/
-GBinaryDebugger *g_gdb_debugger_new(GOpenidaBinary *binary, void *options)
+GBinaryDebugger *g_gdb_debugger_new(GLoadedBinary *binary, void *options)
{
GBinaryDebugger *result; /* Débogueur à retourner */