From: Kevin Hock Date: Wed, 7 Sep 2005 01:05:52 +0000 (+0000) Subject: wxApp destructor is virtual [ patch 1283503 ] X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3f39c25469f6d3d1de9c8ee5c5d0275981dbded9?ds=inline wxApp destructor is virtual [ patch 1283503 ] git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/app.tex b/docs/latex/wx/app.tex index 461dcc6f10..b0ad4a4595 100644 --- a/docs/latex/wx/app.tex +++ b/docs/latex/wx/app.tex @@ -42,7 +42,7 @@ Constructor. Called implicitly with a definition of a wxApp object. \membersection{wxApp::\destruct{wxApp}}\label{wxappdtor} -\func{}{\destruct{wxApp}}{\void} +\func{virtual}{\destruct{wxApp}}{\void} Destructor. Will be called implicitly on program exit if the wxApp object is created on the stack.