From 682fe84ead32cd856b2707c735533503527aec2a Mon Sep 17 00:00:00 2001 From: Bernhard Date: Wed, 16 Oct 2019 23:06:43 +0200 Subject: [PATCH] fix referenceNVMemory for linux --- src/linux_platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();