From dd0fba48accaa064eba35a54a65a1f0b42b5c862 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 26 Jan 2002 00:54:53 +0000 Subject: [PATCH] fixed typo in dtor docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/file.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.50.0