mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-11 12:07:23 +01:00
enh(Foundation): modernised header files (override, using, nullptr, ...)
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
TemporaryFile(const std::string& tempDir);
|
||||
/// Creates the TemporaryFile using the given directory.
|
||||
|
||||
~TemporaryFile();
|
||||
~TemporaryFile() override;
|
||||
/// Destroys the TemporaryFile and
|
||||
/// deletes the corresponding file on
|
||||
/// disk unless keep() or keepUntilExit()
|
||||
|
||||
Reference in New Issue
Block a user