Fix conversion warnings/errors

See #411.
  http://paste.debian.net/378673/
This commit is contained in:
Christopher Dunn
2016-02-06 09:25:20 -06:00
parent baefec773c
commit d4513fcf45
8 changed files with 63 additions and 56 deletions

View File

@@ -42,8 +42,8 @@ public:
*
*/
struct StructuredError {
size_t offset_start;
size_t offset_limit;
ptrdiff_t offset_start;
ptrdiff_t offset_limit;
std::string message;
};