version 1.1

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@301333 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Scott Wheeler
2004-04-04 21:36:38 +00:00
parent 8c63238fb8
commit 9fe8b9ea34
3 changed files with 3 additions and 4 deletions

View File

@ -100,7 +100,6 @@ FileRef &FileRef::operator=(const FileRef &ref)
delete d;
d = ref.d;
d->ref();
return *this;