mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
RefCounter should not be copyable.
This commit is contained in:
parent
dc0cc4e7fa
commit
ba2167ef92
@ -48,6 +48,9 @@ namespace TagLib
|
||||
bool unique() const;
|
||||
|
||||
private:
|
||||
RefCounter(const RefCounter &);
|
||||
RefCounter &operator=(const RefCounter &);
|
||||
|
||||
class RefCounterPrivate;
|
||||
RefCounterPrivate *d;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user