summaryrefslogtreecommitdiffstats
path: root/dwflpp.h
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-07-10 11:17:03 -0400
committerDave Brolley <brolley@redhat.com>2009-07-10 11:17:03 -0400
commit5739030625d3f1697c264e3d8f04e932d1e0773d (patch)
tree0ed2d10376f2bf9bb009e31357d7913277d29bfc /dwflpp.h
parentbdf70a5d466fa9c1559a93ab71603981f1c0d753 (diff)
parent1e9ab8199dff90c1b6e7290f0f7b4eb424a9ff9f (diff)
downloadsystemtap-steved-5739030625d3f1697c264e3d8f04e932d1e0773d.tar.gz
systemtap-steved-5739030625d3f1697c264e3d8f04e932d1e0773d.tar.xz
systemtap-steved-5739030625d3f1697c264e3d8f04e932d1e0773d.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'dwflpp.h')
-rw-r--r--dwflpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwflpp.h b/dwflpp.h
index d6d97cd0..e0098b9b 100644
--- a/dwflpp.h
+++ b/dwflpp.h
@@ -178,7 +178,7 @@ struct dwflpp
Dwarf_Die *query_cu_containing_address(Dwarf_Addr a);
bool module_name_matches(const std::string& pattern);
- bool name_has_wildcard(const std::string& pattern);
+ static bool name_has_wildcard(const std::string& pattern);
bool module_name_final_match(const std::string& pattern);
bool function_name_matches_pattern(const std::string& name, const std::string& pattern);