Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/Windows/FileIO.h')
-rwxr-xr-xCPP/Windows/FileIO.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CPP/Windows/FileIO.h b/CPP/Windows/FileIO.h
index 05c8bc16..a7ee8808 100755
--- a/CPP/Windows/FileIO.h
+++ b/CPP/Windows/FileIO.h
@@ -34,9 +34,9 @@ protected:
public:
CFileBase(): _handle(INVALID_HANDLE_VALUE){};
- virtual ~CFileBase();
+ ~CFileBase();
- virtual bool Close();
+ bool Close();
bool GetPosition(UInt64 &position) const;
bool GetLength(UInt64 &length) const;