minor comments

This commit is contained in:
Josh Coalson
2006-09-16 00:07:20 +00:00
parent 68acb04a4d
commit c0da196166
7 changed files with 7 additions and 4 deletions

View File

@@ -144,7 +144,7 @@ struct OggFLAC__StreamDecoderPrivate;
* for a detailed description.
*/
typedef struct {
FLAC__StreamDecoder super_; /* parentclass@@@@@@ */
FLAC__StreamDecoder super_;
struct OggFLAC__StreamDecoderProtected *protected_; /* avoid the C++ keyword 'protected' */
struct OggFLAC__StreamDecoderPrivate *private_; /* avoid the C++ keyword 'private' */
} OggFLAC__StreamDecoder;