From 2f9102a44d51fdbcbbaaa1c70cbf0a5cb0344ed2 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Mon, 3 Mar 2014 22:26:28 +0100 Subject: no need to use bitfields here. The pre-commit code also looks confusingly similar to initializer value (bzr r13103) --- src/document-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 */ -- cgit v1.2.3