Temp fix for VC6/XTI
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -547,7 +547,11 @@ public:
|
|||||||
// get the runtime identity of this object
|
// get the runtime identity of this object
|
||||||
wxClassInfo *GetClassInfo() const
|
wxClassInfo *GetClassInfo() const
|
||||||
{
|
{
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
return (wxClassInfo*) m_classInfo;
|
||||||
|
#else
|
||||||
return wx_const_cast(wxClassInfo *, m_classInfo);
|
return wx_const_cast(wxClassInfo *, m_classInfo);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
wxObject* GetSuperClassInstance() const
|
wxObject* GetSuperClassInstance() const
|
||||||
|
Reference in New Issue
Block a user