mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 21:14:23 -04:00
standard style nitpicks and make it build with gcc 2.95
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@331313 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -32,7 +32,6 @@ namespace TagLib {
|
||||
|
||||
static const uint HeaderSize = 8*7;
|
||||
|
||||
|
||||
//! An implementation of audio property reading for MPC
|
||||
|
||||
/*!
|
||||
@ -47,7 +46,7 @@ namespace TagLib {
|
||||
* Create an instance of MPC::Properties with the data read from the
|
||||
* ByteVector \a data.
|
||||
*/
|
||||
Properties(ByteVector data, long streamLength, ReadStyle style = Average);
|
||||
Properties(const ByteVector &data, long streamLength, ReadStyle style = Average);
|
||||
|
||||
/*!
|
||||
* Destroys this MPC::Properties instance.
|
||||
|
Reference in New Issue
Block a user