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:
Scott Wheeler
2004-07-20 22:30:00 +00:00
parent 2fd6401354
commit 382f8194c1
4 changed files with 139 additions and 138 deletions

View File

@ -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.