Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 854d074

Browse files
author
John Chen
committed
Fix OS X build break with AppleClang 8.0.0 (#7292)
Fixes issue #7275
1 parent ad10c82 commit 854d074

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pal/src/include/pal/sharedmemory.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ class SharedMemoryProcessDataBase
182182
virtual void Close(bool isAbruptShutdown, bool releaseSharedData)
183183
{
184184
}
185+
186+
virtual ~SharedMemoryProcessDataBase()
187+
{
188+
}
185189
};
186190

187191
class SharedMemoryProcessDataHeader

0 commit comments

Comments
 (0)