diff --git a/src/linux_platform.h b/src/linux_platform.h index 45919ef..e262fd8 100644 --- a/src/linux_platform.h +++ b/src/linux_platform.h @@ -16,7 +16,7 @@ typedef struct{ class LinuxPlatform: public Platform { using Platform::_memoryReference; - using Platform::memoryReference; + using Platform::referenceNVMemory; public: LinuxPlatform(); virtual ~LinuxPlatform();