X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/716b1f7091622187312a86257eac0570d0ccd8a2..1e9693318372b3321c400fc7a1746bbcd696eceb:/docs/latex/wx/fltfactory.tex diff --git a/docs/latex/wx/fltfactory.tex b/docs/latex/wx/fltfactory.tex index 662f71da3c..fdbc719651 100644 --- a/docs/latex/wx/fltfactory.tex +++ b/docs/latex/wx/fltfactory.tex @@ -15,7 +15,6 @@ handle it and create a stream to decompress it: factory = wxFilterClassFactory::Find(filename, wxSTREAM_FILEEXT); if (factory) stream = factory->NewStream(new wxFFileInputStream(filename)); - \end{verbatim} \helpref{Find()}{wxfilterclassfactoryfind} can also search @@ -184,3 +183,4 @@ Removing from the list isn't a thread safe operation so can't be done when other threads are running that will be using the list. The list does not own the factories, so removing a factory does not delete it. +