summaryrefslogtreecommitdiff
path: root/src/debug/debuggers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/debuggers.c')
-rw-r--r--src/debug/debuggers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/debuggers.c b/src/debug/debuggers.c
index a9537c3..c9af67a 100644
--- a/src/debug/debuggers.c
+++ b/src/debug/debuggers.c
@@ -98,7 +98,7 @@ static void g_binary_debugger_init(GBinaryDebugger *debugger)
* *
******************************************************************************/
-GBinaryDebugger *g_new_binary_debugger(DebuggerType type, openida_binary *binary)
+GBinaryDebugger *g_new_binary_debugger(DebuggerType type, GOpenidaBinary *binary)
{
GBinaryDebugger *result;