Warning fixes and deprecated method elimination from ABX.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1020,7 +1020,7 @@ void wxExprDatabase::Append(wxExpr *clause)
|
||||
if (expr)
|
||||
{
|
||||
long functor_key = hash_table->MakeKey(WXSTRINGCAST functor);
|
||||
long value_key = 0;
|
||||
long value_key;
|
||||
if (expr && expr->Type() == wxExprString)
|
||||
{
|
||||
value_key = hash_table->MakeKey(WXSTRINGCAST expr->StringValue());
|
||||
|
||||
Reference in New Issue
Block a user