From 2441fb445a47c1c985a578a030b495ee906e565d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 1 Feb 2005 11:53:37 +0000 Subject: [PATCH] (harmless) warning fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/hash.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/common/hash.cpp b/src/common/hash.cpp index ed736b1c5b..c9a0c31aa0 100644 --- a/src/common/hash.cpp +++ b/src/common/hash.cpp @@ -1018,9 +1018,12 @@ long wxHashTableBase::MakeKey( const wxChar *str ) return int_key; } -// +// ---------------------------------------------------------------------------- +// wxHashTable +// ---------------------------------------------------------------------------- wxHashTable::wxHashTable( const wxHashTable& table ) + : wxHashTableBase() { DoCopy( table ); } -- 2.45.2