Re: Referencing an AUGraph from a different class
Re: Referencing an AUGraph from a different class
- Subject: Re: Referencing an AUGraph from a different class
- From: Kyle Sluder <email@hidden>
- Date: Fri, 21 May 2010 15:41:44 -0700
On Fri, May 21, 2010 at 3:36 PM, Gregory Wieber <email@hidden> wrote:
> "@property (readonly) AUgraph pGraph;"
> Typo: should read: @property (readonly) AUGraph pGraph;
In the future, directly copy/paste from your source code, rather than
retyping. Important details can get lost in translation.
> On Fri, May 21, 2010 at 3:35 PM, Gregory Wieber <email@hidden>
> wrote:
>> Then later in the parent Class implementation I have:
>> result = NewAUGraph(&pGraph);
>> and in the child class I try to do:
>> graph = [parentController pGraph];
Two possibilities:
1) graph is declared to be an object.
2) parentController is typed to be an id.
We need to see the declaration of graph and of parentController.
--Kyle Sluder
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden