From 239fc54e70b4174b9de2e9288f7f0a1663e9fad3 Mon Sep 17 00:00:00 2001 From: Adi Oanca Date: Thu, 3 Feb 2005 22:44:06 +0000 Subject: [PATCH] changed one private method's prototype git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11240 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/Window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/interface/Window.h b/headers/os/interface/Window.h index c8d6ca4f28..475ac23109 100644 --- a/headers/os/interface/Window.h +++ b/headers/os/interface/Window.h @@ -414,7 +414,7 @@ virtual BMessage *ConvertToMessage(void* raw, int32 code); BView* findNextView( BView *focus, uint32 flags); BView* findPrevView( BView *focus, uint32 flags); BView* findLastChild(BView *parent); - bool handleKeyDown( int32 raw_char, uint32 modifiers); + bool handleKeyDown( const char key, uint32 modifiers); void handleActivation( bool active ); void activateView( BView *aView, bool active );