qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Cocoa: avoid warning related to multiple method


From: Alexandre Raymond
Subject: Re: [Qemu-devel] [PATCH] Cocoa: avoid warning related to multiple method definitions
Date: Mon, 6 Jun 2011 19:39:11 -0400

Hi Andreas,

On Tue, May 31, 2011 at 4:07 PM, Andreas Färber <address@hidden> wrote:
> Hello Alexandre,
>
> Am 30.05.2011 um 00:36 schrieb Alexandre Raymond:
>
>> This fix forces a message to be sent to the handleEvent method
>> of the QemuCocoaView class instead of letting the system determine
>> the right method.
>>
>> This is caused by the fact that the cocoaView variable is a generic 'id'.
>
> In that case I would prefer to change the variable definition, moving it
> further down, instead of introducing a cast.
I am working on a cleanup of the cocoa code. As a temporary fix, would
you accept a simple patch renaming handleEvent to handleGUIEvent in
order to avoid the compilation warning ?

Alexandre



reply via email to

[Prev in Thread] Current Thread [Next in Thread]