summaryrefslogtreecommitdiff
path: root/gi/fundamental.h
diff options
context:
space:
mode:
Diffstat (limited to 'gi/fundamental.h')
-rw-r--r--gi/fundamental.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/fundamental.h b/gi/fundamental.h
index 1c814822..d3429783 100644
--- a/gi/fundamental.h
+++ b/gi/fundamental.h
@@ -109,7 +109,7 @@ class FundamentalPrototype
GJS_JSAPI_RETURN_CONVENTION
bool resolve_impl(JSContext* cx, JS::HandleObject obj, JS::HandleId id,
- const char* prop_name, bool* resolved);
+ bool* resolved);
// Public API
public: