|
@@ -142,7 +142,7 @@ public:
|
|
|
FileType type = FileType::BinaryFile,
|
|
FileType type = FileType::BinaryFile,
|
|
|
FileShareFlag flag = FileShareFlag::ShareReadOnly);
|
|
FileShareFlag flag = FileShareFlag::ShareReadOnly);
|
|
|
|
|
|
|
|
- virtual ~IOFile();
|
|
|
|
|
|
|
+ ~IOFile();
|
|
|
|
|
|
|
|
IOFile(IOFile&& other) noexcept;
|
|
IOFile(IOFile&& other) noexcept;
|
|
|
IOFile& operator=(IOFile&& other) noexcept;
|
|
IOFile& operator=(IOFile&& other) noexcept;
|