mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 15:16:38 +00:00
EOL fix
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
#include "IGpAllocator.h"
|
||||
|
||||
class GpAllocator_C final : public IGpAllocator
|
||||
{
|
||||
public:
|
||||
{
|
||||
public:
|
||||
void *Realloc(void *buf, size_t newSize) override;
|
||||
|
||||
static GpAllocator_C *GetInstance();
|
||||
|
Reference in New Issue
Block a user