mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fixes from MSVC build
This commit is contained in:
@@ -334,7 +334,7 @@ namespace OggFLAC {
|
||||
FLAC__ASSERT(0 != client_data);
|
||||
Stream *instance = reinterpret_cast<Stream *>(client_data);
|
||||
FLAC__ASSERT(0 != instance);
|
||||
return instance->metadata_callback(metadata);
|
||||
instance->metadata_callback(metadata);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user