mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
Finish clearing out std::vector from PortabilityLayer
This commit is contained in:
@@ -26,7 +26,8 @@ SOFTWARE.
|
||||
#include "ScopedPtr.h"
|
||||
#include "BinHex4.h"
|
||||
#include "MacBinary2.h"
|
||||
#include "MacFileMem.h"
|
||||
#include "MacFileMem.h"
|
||||
#include "GpAllocator_C.h"
|
||||
|
||||
using namespace PortabilityLayer;
|
||||
|
||||
@@ -54,7 +55,7 @@ int main(int argc, const char **argv)
|
||||
|
||||
CFileStream fs(f, true, false, true);
|
||||
|
||||
ScopedPtr<MacFileMem> memFile = BinHex4::LoadHQX(&fs);
|
||||
ScopedPtr<MacFileMem> memFile = BinHex4::LoadHQX(&fs, GpAllocator_C::GetInstance());
|
||||
|
||||
fs.Close();
|
||||
|
||||
|
Reference in New Issue
Block a user