summaryrefslogtreecommitdiff
path: root/src/support
diff options
context:
space:
mode:
Diffstat (limited to 'src/support')
-rw-r--r--src/support/json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support/json.h b/src/support/json.h
index be4a6c250..a145e1f6b 100644
--- a/src/support/json.h
+++ b/src/support/json.h
@@ -42,7 +42,7 @@
namespace json {
-typedef cashew::IString IString;
+using IString = cashew::IString;
// Main value type
struct Value {