From 32fe37944883a5ffd2bbe5fb1bd92e072b5f43a1 Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Tue, 14 Jul 2009 17:47:09 +0000 Subject: [PATCH] fixed bad declaration --- AppleWin/source/Debugger_Display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppleWin/source/Debugger_Display.h b/AppleWin/source/Debugger_Display.h index 0f0231e7..709ef7e8 100644 --- a/AppleWin/source/Debugger_Display.h +++ b/AppleWin/source/Debugger_Display.h @@ -70,7 +70,7 @@ void DrawBreakpoints ( int line); void DrawConsoleInput (); - void DrawConsoleLine ( const char * pText, int y); + void DrawConsoleLine ( const conchar_t * pText, int y); void DrawConsoleCursor (); int GetDisassemblyLine( const WORD nOffset, DisasmLine_t & line_ );