coverity#705261 Missing break in switch, assuming its intentional

Change-Id: Ia19f7790871dec7022c5d1f57f082638b70403fb
This commit is contained in:
Caolán McNamara
2014-06-05 10:14:56 +01:00
parent a4d416a7c8
commit 91eeea0cdf

View File

@@ -2806,6 +2806,7 @@ void DbGridControl::Command(const CommandEvent& rEvt)
return; return;
} }
} }
//fall-through
default: default:
DbGridControl_Base::Command(rEvt); DbGridControl_Base::Command(rEvt);
} }