Kaydet (Commit) f22a30db authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: 'WW8_BRC' defined as a struct here but previously declared as a class

Change-Id: I342f92120ea5a8c2cea4abd80651c828f387cdd4
üst 11e881a6
......@@ -260,7 +260,7 @@ struct WW8_BRCVer6 // BoRder Code (WW6 version)
aBits1[1] = (_ico >> 2) | (_dxpSpace << 3);
}
// Convert BRC from WW8 to WW6 format
WW8_BRCVer6(const class WW8_BRC& brcVer8);
WW8_BRCVer6(const struct WW8_BRC& brcVer8);
};
struct WW8_BRC // BoRder Code (WW8 version)
......
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