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

coverity#705261 Missing break in switch, assuming its intentional

Change-Id: Ia19f7790871dec7022c5d1f57f082638b70403fb
üst a4d416a7
......@@ -2806,6 +2806,7 @@ void DbGridControl::Command(const CommandEvent& rEvt)
return;
}
}
//fall-through
default:
DbGridControl_Base::Command(rEvt);
}
......
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