From 0085e2e27e013b5236404dfdf9c6f51bda0900f0 Mon Sep 17 00:00:00 2001 From: Princess-of-Sleeping Date: Sat, 4 Jan 2025 04:03:45 +0900 Subject: [PATCH] Fixed sce::json member --- include/psp2/json.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psp2/json.h b/include/psp2/json.h index 1deb92661..1d90eae11 100644 --- a/include/psp2/json.h +++ b/include/psp2/json.h @@ -969,7 +969,7 @@ class Object * * @return An iterator pointing to the Pair with the matching key. */ - iterator find(const String& key); + iterator find(const String& key) const; /** * Empty the object. */