From: Vadim Zeitlin Date: Sat, 26 Jan 2002 00:54:53 +0000 (+0000) Subject: fixed typo in dtor docs X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dd0fba48accaa064eba35a54a65a1f0b42b5c862 fixed typo in dtor docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/file.tex b/docs/latex/wx/file.tex index c41687fd50..4b2160def6 100644 --- a/docs/latex/wx/file.tex +++ b/docs/latex/wx/file.tex @@ -113,7 +113,7 @@ Associates the file with the given file descriptor, which has already been opene Destructor will close the file. -NB: it is not virtual so you should use wxFile polymorphically. +{\bf NB:} it is not virtual so you should not use wxFile polymorphically. \membersection{wxFile::Access}\label{wxfileaccess}