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:
Stefano Ceccherini
2005-01-03 16:05:46 +00:00
parent 1664b981f2
commit 92044c244d
+2 -2
View File
@@ -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 // Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "Software"), // copy of this software and associated documentation files (the "Software"),
@@ -32,7 +32,7 @@
class BMenu; class BMenu;
class BMenuWindow : public BWindow { class BMenuWindow : public BWindow {
public: public:
BMenuWindow(BRect frame, BMenu *menu); BMenuWindow(BMenu *menu);
virtual ~BMenuWindow(); virtual ~BMenuWindow();
virtual void WindowActivated(bool active); virtual void WindowActivated(bool active);