little typo in AUBase.h
little typo in AUBase.h
- Subject: little typo in AUBase.h
- From: Marc Poirier <email@hidden>
- Date: Tue, 28 Jan 2003 15:13:37 -0500 (EST)
This is just a little goof-up, but I thought I might as well mention it:
in AUBase.h:
/*! @method SupportsRampAndTail */
virtual bool SupportsTail () { return false; }
should be:
/*! @method SupportsTail */
virtual bool SupportsTail () { return false; }
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.