From: starg Date: Fri, 26 Aug 2016 01:39:44 +0000 (+0900) Subject: TokenForErrorMessage の Grammar::SignedInteger -> Grammar::UnsignedInteger X-Git-Tag: v0.1.827.0~4 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4f9b5d8a29cd6b069875a1c818f92fd6151f5333;p=yamml%2Fyamml-git.git TokenForErrorMessage の Grammar::SignedInteger -> Grammar::UnsignedInteger --- diff --git a/src/parser/error_control.hpp b/src/parser/error_control.hpp index d35c5c9..190210a 100644 --- a/src/parser/error_control.hpp +++ b/src/parser/error_control.hpp @@ -16,7 +16,7 @@ namespace YAMML namespace Parser { -class TokenForErrorMessage : public pegtl::sor +class TokenForErrorMessage : public pegtl::sor { };