diff options
Diffstat (limited to 'quanta/components/debugger/gubed/quantadebuggergubed.h')
-rw-r--r-- | quanta/components/debugger/gubed/quantadebuggergubed.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/components/debugger/gubed/quantadebuggergubed.h b/quanta/components/debugger/gubed/quantadebuggergubed.h index 0f41b804..624a8ae8 100644 --- a/quanta/components/debugger/gubed/quantadebuggergubed.h +++ b/quanta/components/debugger/gubed/quantadebuggergubed.h @@ -116,7 +116,7 @@ class QuantaDebuggerGubed : public DebuggerClient // bool sendCommand(const TQString&, const TQString&); bool sendCommand(const TQString& command, StringMap args); - bool sendCommand(const TQString& command, char * firstarg, ...); + bool sendCommand(const TQString& command, const char * firstarg, ...); void processCommand(const TQString&); void sendWatches(); |