mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
minor comments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user