Fix careless copy-and-paste code.

This commit is contained in:
Tsuda Kageyu 2015-12-04 14:28:56 +09:00
parent 9dfb3fe452
commit 847eec23cf

View File

@ -34,7 +34,7 @@ namespace TagLib
{
namespace RIFF
{
static bool isValidChunkName(const ByteVector &name)
inline bool isValidChunkName(const ByteVector &name)
{
if(name.size() != 4)
return false;