Removed the frame parameter from BMenuWindow
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10574 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1664b981f2
commit
92044c244d
@ -1,5 +1,5 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// Copyright (c) 2003-2004, Haiku, Inc.
|
||||
// Copyright (c) 2003-2005, Haiku, Inc.
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a
|
||||
// copy of this software and associated documentation files (the "Software"),
|
||||
@ -32,7 +32,7 @@
|
||||
class BMenu;
|
||||
class BMenuWindow : public BWindow {
|
||||
public:
|
||||
BMenuWindow(BRect frame, BMenu *menu);
|
||||
BMenuWindow(BMenu *menu);
|
||||
virtual ~BMenuWindow();
|
||||
|
||||
virtual void WindowActivated(bool active);
|
||||
|
Loading…
Reference in New Issue
Block a user