X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/61cca9d24ee3f935f2581e3cfb894e46181290e6..aba4387c4c71fb812c6a07a7abb495606c5ef4af:/src/common/object.cpp?ds=sidebyside diff --git a/src/common/object.cpp b/src/common/object.cpp index c07c3c3c7c..83a8fec5ad 100644 --- a/src/common/object.cpp +++ b/src/common/object.cpp @@ -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();