blind compilation fix for first warning and error reported by "i686-pc-linux-gnu+RH" tinderbox compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@27507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1296,7 +1296,7 @@ void HelpGenVisitor::VisitOperation( spOperation& op )
|
|||||||
|
|
||||||
// check for the special case of dtor
|
// check for the special case of dtor
|
||||||
wxString dtor;
|
wxString dtor;
|
||||||
if ( (funcname[0] == '~') && (m_classname == funcname.c_str() + 1) ) {
|
if ( (funcname[0u] == '~') && (m_classname == funcname.c_str() + 1) ) {
|
||||||
dtor.Printf("\\destruct{%s}", m_classname.c_str());
|
dtor.Printf("\\destruct{%s}", m_classname.c_str());
|
||||||
funcname = dtor;
|
funcname = dtor;
|
||||||
}
|
}
|
||||||
@@ -2203,6 +2203,9 @@ static const wxString GetVersionString()
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.22.2.1 2004/05/29 20:23:33 DS
|
||||||
|
blind compilation fix for first warning and error reported by "i686-pc-linux-gnu+RH" tinderbox compilation
|
||||||
|
|
||||||
Revision 1.22 2002/01/21 21:18:50 JS
|
Revision 1.22 2002/01/21 21:18:50 JS
|
||||||
Now adds 'include file' heading
|
Now adds 'include file' heading
|
||||||
|
|
||||||
|
@@ -142,7 +142,7 @@ class spComment;
|
|||||||
typedef WXSTL_VECTOR_SHALLOW_COPY(spParameterPtrT) MParamListT;
|
typedef WXSTL_VECTOR_SHALLOW_COPY(spParameterPtrT) MParamListT;
|
||||||
typedef WXSTL_VECTOR_SHALLOW_COPY(string) StrListT;
|
typedef WXSTL_VECTOR_SHALLOW_COPY(string) StrListT;
|
||||||
|
|
||||||
#endif;
|
#endif
|
||||||
// base class for all visitors of source code contents
|
// base class for all visitors of source code contents
|
||||||
|
|
||||||
class spVisitor
|
class spVisitor
|
||||||
|
Reference in New Issue
Block a user