Browse Source

[1704] Make InterprocessSyncFile's destructor virtual

Mukund Sivaraman 13 years ago
parent
commit
caa5bb9a9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/util/interprocess_sync_file.h

+ 1 - 1
src/lib/util/interprocess_sync_file.h

@@ -40,7 +40,7 @@ public:
     {}
 
     /// \brief Destructor
-    ~InterprocessSyncFile();
+    virtual ~InterprocessSyncFile();
 
 protected:
     bool lock();