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

WaE: C4805: unsafe mix of type 'bool' and type 'sal_Bool'

Change-Id: Ia622d25a454eb2fe1928e095c635ad4655032f15
üst 2e415736
...@@ -2539,7 +2539,7 @@ void DbGridControl::AppendNew() ...@@ -2539,7 +2539,7 @@ void DbGridControl::AppendNew()
void DbGridControl::SetDesignMode(bool bMode) void DbGridControl::SetDesignMode(bool bMode)
{ {
if (IsDesignMode() != bMode) if ((bool) IsDesignMode() != bMode)
{ {
// adjust Enable/Disable for design mode so that the headerbar remains configurable // adjust Enable/Disable for design mode so that the headerbar remains configurable
if (bMode) if (bMode)
......
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