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 70746f31..9ade2a42 100644
--- a/staptree.h
+++ b/staptree.h
@@ -252,6 +252,7 @@ struct target_symbol: public symbol
target_symbol(): addressof(false), saved_conversion_error (0) {}
void print (std::ostream& o) const;
void visit (visitor* u);
+ void assert_no_components(const std::string& tapset);
};
std::ostream& operator << (std::ostream& o, const target_symbol::component& c);