Skip to content

Commit

Permalink
Fixed sce::json member
Browse files Browse the repository at this point in the history
  • Loading branch information
Princess-of-Sleeping authored and d3m3vilurr committed Jan 3, 2025
1 parent f1f2610 commit 0085e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/psp2/json.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 0085e2e

Please sign in to comment.