]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/hash.cpp
Fix for pure virtual method call caused by wxHashTable not
[wxWidgets.git] / src / common / hash.cpp
index abcc84f7c8cdfd2e06251467c6745bc274caec7e..28ba8276dad35db2462f34f4bc87dbb7d7b0c608 100644 (file)
@@ -753,11 +753,6 @@ wxHashTableBase::wxHashTableBase()
 {
 }
 
-wxHashTableBase::~wxHashTableBase()
-{
-    Destroy();
-}
-
 void wxHashTableBase::Create( wxKeyType keyType, size_t size )
 {
     m_keyType = keyType;
@@ -1038,7 +1033,7 @@ const wxHashTable& wxHashTable::operator=( const wxHashTable& table )
     return *this;
 }
 
-void wxHashTable::DoCopy( const wxHashTable& table )
+void wxHashTable::DoCopy( const wxHashTable& WXUNUSED(table) )
 {
     Create( m_keyType, m_size );