From 92044c244df757ab2ee3248f9eb3de856a8ef23f Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Mon, 3 Jan 2005 16:05:46 +0000 Subject: [PATCH] Removed the frame parameter from BMenuWindow git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10574 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/interface/MenuWindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);