coverity#705147 Missing break in switch, assuming its intentional

Change-Id: I9041f18eb4aae73b795245c589b28a3d02d8397e
This commit is contained in:
Caolán McNamara
2014-06-05 10:05:42 +01:00
parent 65f1fcce56
commit 8d1063ce1e

View File

@@ -158,6 +158,7 @@ void OTableRowView::Command(const CommandEvent& rEvt)
}
}
//fall-through
default:
EditBrowseBox::Command(rEvt);
}