Skip to content

Commit

Permalink
set Element _isOptional attribute to const
Browse files Browse the repository at this point in the history
issue #27
  • Loading branch information
Valentin Noel committed Nov 13, 2013
1 parent b68f8c3 commit 584a9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/BasicElement/src/BasicElement/Element.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class Element

const bool _isGroup;
const bool _isOrdered;
bool _isOptional;
const bool _isOptional;
const bool _isBigEndian;
bool _checkedGroup;

Expand Down

0 comments on commit 584a9d4

Please sign in to comment.