Skip to content

Commit

Permalink
add _keepEndingChar attribute in Element
Browse files Browse the repository at this point in the history
issue #27
  • Loading branch information
Valentin Noel committed Dec 16, 2013
1 parent ab05143 commit 87db398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libraries/BasicElement/src/BasicElement/Element.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Element::Element( const ShPtrSpecNode node,
, _isOptional ( node->isOptional() )
, _isBigEndian ( node->isBigEndian() )
, _isCaseSensitive ( node->isCaseSensitive() )
, _keepEndingChar ( node->keepEndingChar() )
, _checkedGroup ( false )
{
if( ! _parent.expired() )
Expand Down
1 change: 1 addition & 0 deletions libraries/BasicElement/src/BasicElement/Element.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ class Element
const bool _isOptional;
const bool _isBigEndian;
const bool _isCaseSensitive;
const bool _keepEndingChar;
bool _checkedGroup;

static std::string getLabelsLegend()
Expand Down

0 comments on commit 87db398

Please sign in to comment.