mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
minor comments
This commit is contained in:
@@ -164,7 +164,7 @@ struct OggFLAC__StreamEncoderPrivate;
|
||||
* for a detailed description.
|
||||
*/
|
||||
typedef struct {
|
||||
FLAC__StreamEncoder super_; /* parentclass@@@@@@ */
|
||||
FLAC__StreamEncoder super_;
|
||||
struct OggFLAC__StreamEncoderProtected *protected_; /* avoid the C++ keyword 'protected' */
|
||||
struct OggFLAC__StreamEncoderPrivate *private_; /* avoid the C++ keyword 'private' */
|
||||
} OggFLAC__StreamEncoder;
|
||||
|
||||
Reference in New Issue
Block a user