mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-09 16:36:51 +01:00
enh(Foundation): modernised header files (override, using, nullptr, ...)
This commit is contained in:
@@ -68,7 +68,7 @@ protected:
|
||||
void close();
|
||||
/// Releases the handle for the shared memory segment.
|
||||
|
||||
~SharedMemoryImpl();
|
||||
~SharedMemoryImpl() override;
|
||||
/// Destroys the SharedMemoryImpl.
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user