summaryrefslogtreecommitdiffstats
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.h b/parse.h
index c8008bc7..f2510d7e 100644
--- a/parse.h
+++ b/parse.h
@@ -82,7 +82,7 @@ private:
private: // nonterminals
probe* parse_probe ();
- probe_point_spec* parse_probe_point_spec ();
+ probe_point* parse_probe_point ();
literal* parse_literal ();
void parse_global (vector<vardecl*>&);
functiondecl* parse_functiondecl ();