aboutsummaryrefslogtreecommitdiff
path: root/gcc/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/json.h')
-rw-r--r--gcc/json.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/json.h b/gcc/json.h
index 0527a2fc..d8a690e 100644
--- a/gcc/json.h
+++ b/gcc/json.h
@@ -90,6 +90,7 @@ class object : public value
void print (pretty_printer *pp) const FINAL OVERRIDE;
void set (const char *key, value *v);
+ value *get (const char *key) const;
private:
typedef hash_map <char *, value *,