forgot to fix this small style issue

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19654 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2006-12-29 07:09:16 +00:00
parent c733893846
commit f5e5e36026
+1 -1
View File
@@ -1271,7 +1271,7 @@ BMenu::_track(int *action, bigtime_t trackTime, long start)
ulong buttons;
GetMouse(&location, &buttons, true);
BMenuWindow *window(static_cast<BMenuWindow *>(Window()));
BMenuWindow *window = static_cast<BMenuWindow *>(Window());
BPoint screenLocation = ConvertToScreen(location);
if (window->CheckForScrolling(screenLocation)) {