More warning and error fixes (work in progress with Tinderbox).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -643,8 +643,8 @@ void spPreprocessorLine::DumpThis(const wxString& indent) const
|
||||
void spClass::DumpThis(const wxString& indent) const
|
||||
{
|
||||
wxString base;
|
||||
for ( StrListT::const_iterator i = mSuperClassNames.begin();
|
||||
i != mSuperClassNames.end();
|
||||
for ( StrListT::const_iterator i = m_SuperClassNames.begin();
|
||||
i != m_SuperClassNames.end();
|
||||
i++ ) {
|
||||
if ( !base.empty() )
|
||||
base += ", ";
|
||||
|
Reference in New Issue
Block a user