BMenu: Remove _ from protected method _DrawItems
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user