fix warning
This commit is contained in:
parent
849f225e70
commit
161e32e137
|
@ -184,7 +184,7 @@ struct Buffer::Modification
|
|||
|
||||
Modification inverse() const
|
||||
{
|
||||
Type inverse_type;
|
||||
Type inverse_type = Insert;
|
||||
switch (type)
|
||||
{
|
||||
case Insert: inverse_type = Erase; break;
|
||||
|
|
Loading…
Reference in New Issue
Block a user