mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
The explicit is silly here since it takes two arguments (it's leftover from
when this used to have a default argument). git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@296374 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
2ac52bceee
commit
d0d82ec6ea
@ -203,7 +203,7 @@ namespace TagLib {
|
||||
* \deprecated Please use the constructor below that accepts a version
|
||||
* number.
|
||||
*/
|
||||
explicit Header(const ByteVector &data, bool synchSafeInts);
|
||||
Header(const ByteVector &data, bool synchSafeInts);
|
||||
|
||||
/*!
|
||||
* Construct a Frame Header based on \a data. \a data must at least
|
||||
|
Loading…
Reference in New Issue
Block a user