diff --git a/src/buffer.cc b/src/buffer.cc index 5b37895a..1fa837cc 100644 --- a/src/buffer.cc +++ b/src/buffer.cc @@ -212,7 +212,7 @@ struct Buffer::Modification { enum Type { Insert, Erase }; - Type type; + Type type; BufferCoord coord; StringDataPtr content;