diff --git a/headers/private/interface/MenuWindow.h b/headers/private/interface/MenuWindow.h index 8be04be9f3..6b9c83865d 100644 --- a/headers/private/interface/MenuWindow.h +++ b/headers/private/interface/MenuWindow.h @@ -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);