Skip to content
Snippets Groups Projects
Commit 0832a0de authored by Nikolai Kosjar's avatar Nikolai Kosjar Committed by Erik Verbruggen
Browse files

CppTools: Replace 1-bit bit field by bool


...since it's aligned away anyway.

Change-Id: Id8a3c6feeb53f5d6f4f4338ea9031d7c57f312d0
Reviewed-by: default avatarOrgad Shaneh <orgads@gmail.com>
parent 8f6b4c78
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ public:
SemanticInfo();
unsigned revision;
bool forced: 1;
bool forced;
CPlusPlus::Snapshot snapshot;
CPlusPlus::Document::Ptr doc;
LocalUseMap localUses;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment