Kaydet (Commit) e488bc44 authored tarafından Caolán McNamara's avatar Caolán McNamara

cppcheck: duplInheritedMember

Change-Id: I451a7a04fd1578d3095e5931f0792a32870a647e
üst d2f6f863
...@@ -331,7 +331,7 @@ TxtBox::TxtBox() ...@@ -331,7 +331,7 @@ TxtBox::TxtBox()
, dummy(0) , dummy(0)
, dummy1(0) , dummy1(0)
, cap_len(0) , cap_len(0)
, next(0) , next_box(0)
, dummy2(0) , dummy2(0)
, reserved1(0) , reserved1(0)
, cap_pos(0) , cap_pos(0)
......
...@@ -336,7 +336,7 @@ struct TxtBox: public FBox ...@@ -336,7 +336,7 @@ struct TxtBox: public FBox
short dummy1; // to not change structure size */ short dummy1; // to not change structure size */
short cap_len; short cap_len;
short next; short next_box;
short dummy2; // to not change structure size */ short dummy2; // to not change structure size */
unsigned char reserved1; unsigned char reserved1;
/** /**
......
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