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