Revert changes concerning the smart pointer

This commit is contained in:
Tsuda kageyu
2013-04-17 22:54:56 +09:00
parent b6c9fb2da1
commit 1f4e06ea7c
26 changed files with 329 additions and 463 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ namespace TagLib {
private:
class FileRefPrivate;
RefCountPtr<FileRefPrivate> d;
FileRefPrivate *d;
};
} // namespace TagLib