summaryrefslogtreecommitdiffstats
path: root/languages/cpp/debugger/gdbparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/debugger/gdbparser.h')
-rw-r--r--languages/cpp/debugger/gdbparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/debugger/gdbparser.h b/languages/cpp/debugger/gdbparser.h
index 08e5cda7..a56c082d 100644
--- a/languages/cpp/debugger/gdbparser.h
+++ b/languages/cpp/debugger/gdbparser.h
@@ -35,7 +35,7 @@ public:
static void destroy();
private:
- void parseArray(TrimmableItem *tqparent, const char *buf);
+ void parseArray(TrimmableItem *parent, const char *buf);
const char *skipTokenEnd(const char *buf) const;
const char *skipTokenValue(const char *buf) const;