fixed typo in dtor docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-01-26 00:54:53 +00:00
parent 8f4fcc4ee0
commit dd0fba48ac

View File

@ -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}