From c925b8e1f85575e61a49bdc3017295699c9de07e Mon Sep 17 00:00:00 2001 From: naim Date: Wed, 7 May 1997 21:25:10 +0000 Subject: [PATCH] Minor fix to my previous commit - naim --- dyninstAPI/src/pdThread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dyninstAPI/src/pdThread.h b/dyninstAPI/src/pdThread.h index 840af65..68061cc 100644 --- a/dyninstAPI/src/pdThread.h +++ b/dyninstAPI/src/pdThread.h @@ -65,7 +65,7 @@ class pdThread { pos = pos_; rid = rid_; } - Thread(process *pproc, int tid_, handleT handle_) : tid(tid_), pos(0), rid(NULL), handle(handle_) + pdThread(process *pproc, int tid_, handleT handle_) : tid(tid_), pos(0), rid(NULL), handle(handle_) { assert(pproc); proc = pproc; -- 1.8.3.1