]> git.saurik.com Git - wxWidgets.git/commitdiff
(harmless) warning fix
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 1 Feb 2005 11:53:37 +0000 (11:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 1 Feb 2005 11:53:37 +0000 (11:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/hash.cpp

index ed736b1c5b5a33f188255b4ff64df7d75f8dda73..c9a0c31aa03205de91aee1df34b9be74d4cc76f5 100644 (file)
@@ -1018,9 +1018,12 @@ long wxHashTableBase::MakeKey( const wxChar *str )
     return int_key;
 }
 
-//
+// ----------------------------------------------------------------------------
+// wxHashTable
+// ----------------------------------------------------------------------------
 
 wxHashTable::wxHashTable( const wxHashTable& table )
+           : wxHashTableBase()
 {
     DoCopy( table );
 }