summaryrefslogtreecommitdiff
path: root/src/node_i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_i18n.h')
-rw-r--r--src/node_i18n.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_i18n.h b/src/node_i18n.h
index 0bfd3c5c85..21567eeb3e 100644
--- a/src/node_i18n.h
+++ b/src/node_i18n.h
@@ -10,7 +10,7 @@
namespace node {
-extern bool flag_icu_data_dir;
+extern std::string icu_data_dir; // NOLINT(runtime/string)
namespace i18n {