]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/objstrm.cpp
check that wxTheApp != NULL in wxLog::GetActiveTarget
[wxWidgets.git] / src / common / objstrm.cpp
index 07210b388a709c55163c34537fa988ae8981491a..935d6fe08c96748e513b231086f10eb0978f9b96 100644 (file)
@@ -48,7 +48,7 @@ void wxObjectOutputStream::WriteObjectDef(wxObjectStreamInfo& info)
   data_s.Write8(info.children.Number());
 }
 
-void wxObjectOutputStream::AddChildren(wxObject *obj)
+void wxObjectOutputStream::AddChild(wxObject *obj)
 {
   wxObjectStreamInfo *info;