coverity#705261 Missing break in switch, assuming its intentional
Change-Id: Ia19f7790871dec7022c5d1f57f082638b70403fb
This commit is contained in:
parent
a4d416a7c8
commit
91eeea0cdf
@ -2806,6 +2806,7 @@ void DbGridControl::Command(const CommandEvent& rEvt)
|
||||
return;
|
||||
}
|
||||
}
|
||||
//fall-through
|
||||
default:
|
||||
DbGridControl_Base::Command(rEvt);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user