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_ );