diff options
Diffstat (limited to 'file_descriptor.h')
-rw-r--r-- | file_descriptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/file_descriptor.h b/file_descriptor.h index 8a31180b..391a6508 100644 --- a/file_descriptor.h +++ b/file_descriptor.h @@ -82,7 +82,7 @@ class FileDescriptor { class EintrSafeFileDescriptor : public FileDescriptor { public: EintrSafeFileDescriptor() : fd_(-1) {} - virtual ~EintrSafeFileDescriptor() {}; + virtual ~EintrSafeFileDescriptor() {} // Interface methods. virtual bool Open(const char* path, int flags, mode_t mode); |