| Index: src/preparse-data-format.h
|
| diff --git a/src/preparse-data-format.h b/src/preparse-data-format.h
|
| index de106939c77d9aa88fa863381f29fd1cb1888105..dcd881f91e45f6ecdafb67510ae4da6eea6646f7 100644
|
| --- a/src/preparse-data-format.h
|
| +++ b/src/preparse-data-format.h
|
| @@ -28,7 +28,8 @@ struct PreparseDataConstants {
|
| static const int kMessageEndPos = 1;
|
| static const int kMessageArgCountPos = 2;
|
| static const int kParseErrorTypePos = 3;
|
| - static const int kMessageTextPos = 4;
|
| + static const int kMessageTemplatePos = 4;
|
| + static const int kMessageArgPos = 5;
|
|
|
| static const unsigned char kNumberTerminator = 0x80u;
|
| };
|
|
|