summaryrefslogtreecommitdiffstats
path: root/staptree.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'staptree.cxx')
-rw-r--r--staptree.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/staptree.cxx b/staptree.cxx
index 61a931f8..36ef04f5 100644
--- a/staptree.cxx
+++ b/staptree.cxx
@@ -903,9 +903,9 @@ void probe::printsig (ostream& o) const
void
-probe::collect_derivation_chain (std::vector<derived_probe*> &probes_list)
+probe::collect_derivation_chain (std::vector<probe*> &probes_list)
{
- probes_list.push_back((derived_probe*)this);
+ probes_list.push_back(this);
}