]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/hash.cpp
Warning fix.
[wxWidgets.git] / src / common / hash.cpp
index ebbc7fa58d6452fb2f7072e976ba3bb39d50dd95..bc1a7583aaeaed8c920ea463de95462de9408a20 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        hash.cpp
+// Name:        src/common/hash.cpp
 // Purpose:     wxHashTable implementation
 // Author:      Julian Smart
 // Modified by: VZ at 25.02.00: type safe hashes with WX_DECLARE_HASH()
@@ -1036,7 +1036,7 @@ void wxHashTable::DoCopy( const wxHashTable& WXUNUSED(table) )
 {
     Create( m_keyType, m_size );
 
-    wxASSERT( false );
+    wxFAIL;
 }
 
 void wxHashTable::DoDeleteContents( wxHashTableBase_Node* node )