lib/xiph/OggSyncState: disallow copying
This commit is contained in:
parent
ed6c6296eb
commit
86a505b4f3
@ -45,6 +45,9 @@ public:
|
||||
ogg_sync_clear(&oy);
|
||||
}
|
||||
|
||||
OggSyncState(const OggSyncState &) = delete;
|
||||
OggSyncState &operator=(const OggSyncState &) = delete;
|
||||
|
||||
void Reset() {
|
||||
ogg_sync_reset(&oy);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user