discuss-gnustep
[Top][All Lists]
Advanced

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

Re: signature error NSPopUpButton with clang


From: Riccardo Mottola
Subject: Re: signature error NSPopUpButton with clang
Date: Mon, 29 Dec 2014 19:09:55 +0100
User-agent: Mozilla/5.0 (X11; FreeBSD i386; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30

Hi Fred,

Fred Kiefer wrote:
Most likely your compiler thinks you are calling the method on an object
from the class NSCollectionView. On that class the signature is
different. You could try to use the correct type for wherePopUp or add a
cast in the call.
a cast didn't help, however the correct type did. This seems to have other positive effects too, I'll check more before rejoicing too much though.

Riccardo



reply via email to

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