diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/document-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document-private.h b/src/document-private.h index 35f21910c..4560aa28f 100644 --- a/src/document-private.h +++ b/src/document-private.h @@ -61,7 +61,7 @@ struct SPDocumentPrivate { SPDocument::CommitSignal commit_signal; /* Undo/Redo state */ - bool sensitive: true; /* If we save actions to undo stack */ + bool sensitive; /* If we save actions to undo stack */ Inkscape::XML::Event * partial; /* partial undo log when interrupted */ int history_size; GSList * undo; /* Undo stack of reprs */ |
