summaryrefslogtreecommitdiffstats
path: root/staptree.h
diff options
context:
space:
mode:
Diffstat (limited to 'staptree.h')
-rw-r--r--staptree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/staptree.h b/staptree.h
index 5b4b56cd..54194c7b 100644
--- a/staptree.h
+++ b/staptree.h
@@ -577,6 +577,7 @@ struct probe_point
expression* condition;
void print (std::ostream& o) const;
probe_point ();
+ probe_point(const probe_point& pp);
probe_point(std::vector<component*> const & comps,const token * t);
std::string str();
};