]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/object.cpp
check for wxOnAssert reentrancy
[wxWidgets.git] / src / common / object.cpp
index c07c3c3c7c21e7092cb31007b8c123488eaf4064..83a8fec5ad349385e424ae3bd75aee4b918ed95e 100644 (file)
@@ -116,7 +116,7 @@ void wxObject::CopyObject(wxObject& WXUNUSED(object_dest)) const
 }
 
 #if wxUSE_STD_IOSTREAM && (defined(__WXDEBUG__) || wxUSE_DEBUG_CONTEXT)
-void wxObject::Dump(ostream& str)
+void wxObject::Dump(wxSTD ostream& str)
 {
     if (GetClassInfo() && GetClassInfo()->GetClassName())
         str << GetClassInfo()->GetClassName();