From: Tsuda Kageyu Date: Fri, 4 Dec 2015 05:28:56 +0000 (+0900) Subject: Fix careless copy-and-paste code. X-Git-Tag: v1.11beta~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=847eec23cf60fb32df8193b2c2678de98433376c;p=taglib Fix careless copy-and-paste code. --- diff --git a/taglib/riff/riffutils.h b/taglib/riff/riffutils.h index 42977efe..14b8508e 100644 --- a/taglib/riff/riffutils.h +++ b/taglib/riff/riffutils.h @@ -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;