BMenu: Remove _ from protected method _DrawItems

This commit is contained in:
John Scipione
2016-07-31 19:42:39 -07:00
parent 61dfdec415
commit dcecaf60ad
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ private:
BRect _CalcFrame(BPoint where, bool* scrollOn);
protected:
void _DrawItems(BRect updateRect);
void DrawItems(BRect updateRect);
private:
bool _OverSuper(BPoint loc);