*::State::resolved_as_cstring() is now inlined

This commit is contained in:
Josh Coalson
2003-09-24 04:30:30 +00:00
parent 43b0ddc0c0
commit f6224af614
6 changed files with 0 additions and 66 deletions

View File

@@ -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())
{ }