Kaydet (Commit) bd660b3d authored tarafından Thomas Arnhold's avatar Thomas Arnhold

oups

wrongly deleted in
0842a270

Change-Id: Iafccce9a503c48e483d492a2d4bdee9a648f32c7
üst b0e02e72
...@@ -549,12 +549,12 @@ public: ...@@ -549,12 +549,12 @@ public:
bool IsInBalancedSection() const; bool IsInBalancedSection() const;
inline bool IsReverse() const { return mbReverse; } inline bool IsReverse() const { return mbReverse; }
inline void SetReverse( bool bNew ){ mbReverse; } inline void SetReverse( bool bNew ){ mbReverse = bNew; }
inline bool IsVertical() const; inline bool IsVertical() const;
inline bool IsVertLR() const; inline bool IsVertLR() const;
inline bool GetVerticalFlag() const { return mbVertical; } inline bool GetVerticalFlag() const { return mbVertical; }
inline void SetVertical( bool bNew ){ mbVertical; } inline void SetVertical( bool bNew ){ mbVertical = bNew; }
inline void SetbVertLR( bool bNew ) { mbVertLR = bNew; } inline void SetbVertLR( bool bNew ) { mbVertLR = bNew; }
inline void SetDerivedVert( bool bNew ){ mbDerivedVert = bNew; } inline void SetDerivedVert( bool bNew ){ mbDerivedVert = bNew; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment