DiscIO: Move some raw pointers over to unique_ptr

This commit is contained in:
Lioncash 2014-08-31 09:34:58 -04:00
commit 4cb46879bc
9 changed files with 40 additions and 48 deletions

View file

@ -41,7 +41,6 @@ CVolumeWAD::CVolumeWAD(IBlobReader* _pReader)
CVolumeWAD::~CVolumeWAD()
{
delete m_pReader;
}
bool CVolumeWAD::Read(u64 _Offset, u64 _Length, u8* _pBuffer) const