mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
*::State::resolved_as_cstring() is now inlined
This commit is contained in:
@@ -35,11 +35,6 @@
|
||||
namespace FLAC {
|
||||
namespace Decoder {
|
||||
|
||||
const char *Stream::State::resolved_as_cstring(const Stream &) const
|
||||
{
|
||||
return as_cstring();
|
||||
}
|
||||
|
||||
Stream::Stream():
|
||||
decoder_(::FLAC__stream_decoder_new())
|
||||
{ }
|
||||
|
||||
Reference in New Issue
Block a user