diff --git a/Source/core/JSON.h b/Source/core/JSON.h index 5264edb7d..f18ecbf84 100644 --- a/Source/core/JSON.h +++ b/Source/core/JSON.h @@ -3113,7 +3113,7 @@ namespace Core { } } - void IsExtractOnSigleSet() const + bool IsExtractOnSingleSet() const { return ((_state & (modus::EXTRACT)) != 0); }