Deskbar: Add a declaration for a constructor to TStartableMenuBar.
Appeases GCC2.
This commit is contained in:
parent
a76e1eb3c7
commit
ceec04eaf5
@ -72,6 +72,7 @@ All rights reserved.
|
||||
// is private. Don't do this at home!
|
||||
class TStartableMenuBar : public BMenuBar {
|
||||
public:
|
||||
TStartableMenuBar();
|
||||
void StartMenuBar(int32 menuIndex, bool sticky = true, bool showMenu = false,
|
||||
BRect* special_rect = NULL) { BMenuBar::StartMenuBar(menuIndex, sticky, showMenu,
|
||||
special_rect); }
|
||||
|
Loading…
Reference in New Issue
Block a user