Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 238ab9e77cf7cb5293ba8984c6cb38c7 > files > 4

pdf2djvu-0.7.4-10.fc16.src.rpm

--- pdf2djvu-0.7.4/system.hh	2010-06-12 22:20:36.000000000 +0200
+++ pdf2djvu-0.7.4/system.hh	2011-03-15 14:58:35.000000000 +0100
@@ -162,6 +162,8 @@ private:
 public:
   explicit ExistingFile(const std::string &name);
   ExistingFile(const Directory& directory, const std::string &name);
+  virtual ~ExistingFile() throw ()
+  { }
 };
 
 #if WIN32