fix referenceNVMemory for linux

This commit is contained in:
Bernhard 2019-10-16 23:06:43 +02:00
parent 5386a3c833
commit 682fe84ead

View File

@ -16,7 +16,7 @@ typedef struct{
class LinuxPlatform: public Platform
{
using Platform::_memoryReference;
using Platform::memoryReference;
using Platform::referenceNVMemory;
public:
LinuxPlatform();
virtual ~LinuxPlatform();