mirror of
https://github.com/taglib/taglib.git
synced 2026-08-14 06:17:00 -04:00
Revert changes concerning the smart pointer
This commit is contained in:
+1
-1
@@ -255,7 +255,7 @@ namespace TagLib {
|
||||
|
||||
private:
|
||||
class FileRefPrivate;
|
||||
RefCountPtr<FileRefPrivate> d;
|
||||
FileRefPrivate *d;
|
||||
};
|
||||
|
||||
} // namespace TagLib
|
||||
|
||||
Reference in New Issue
Block a user