summaryrefslogtreecommitdiff
path: root/src/locale_convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale_convert.h')
-rw-r--r--src/locale_convert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale_convert.h b/src/locale_convert.h
index 760e1068..05728409 100644
--- a/src/locale_convert.h
+++ b/src/locale_convert.h
@@ -112,7 +112,7 @@ int
locale_convert (std::string x, int, bool);
template <>
-int64_t
+long int
locale_convert (std::string x, int, bool);
template <>