diff options
Diffstat (limited to '')
-rw-r--r-- | CPP/Common/StringToInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CPP/Common/StringToInt.h b/CPP/Common/StringToInt.h index 5c5d7d7..4057e49 100644 --- a/CPP/Common/StringToInt.h +++ b/CPP/Common/StringToInt.h | |||
@@ -10,6 +10,7 @@ UInt64 ConvertStringToUInt64(const char *s, const char **end) throw(); | |||
10 | UInt32 ConvertStringToUInt32(const wchar_t *s, const wchar_t **end) throw(); | 10 | UInt32 ConvertStringToUInt32(const wchar_t *s, const wchar_t **end) throw(); |
11 | UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) throw(); | 11 | UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) throw(); |
12 | 12 | ||
13 | // Int32 ConvertStringToInt32(const char *s, const char **end) throw(); | ||
13 | Int32 ConvertStringToInt32(const wchar_t *s, const wchar_t **end) throw(); | 14 | Int32 ConvertStringToInt32(const wchar_t *s, const wchar_t **end) throw(); |
14 | 15 | ||
15 | UInt32 ConvertOctStringToUInt32(const char *s, const char **end) throw(); | 16 | UInt32 ConvertOctStringToUInt32(const char *s, const char **end) throw(); |