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

Commit 041a04c

Browse files
authored
Merge pull request #7378 from JohnChen0/release/1.1.0
Fix OS X build break with AppleClang 8.0.0
2 parents ad10c82 + 854d074 commit 041a04c

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)