diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-12 11:13:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-12 11:13:40 +0100 |
| commit | 141ab2fa29b5816c1b9eef46b85e146f73178b1b (patch) | |
| tree | 8a3ace899963ddd8196f475c0338cb25ea5a683f /src/locale_convert.h | |
| parent | 571f180e4da23a79277b09bbbcbfb6b176a895df (diff) | |
Try to normalise use of int64/long int across raw/locale convert.
Diffstat (limited to 'src/locale_convert.h')
| -rw-r--r-- | src/locale_convert.h | 2 |
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 <> |
