wxApp destructor is virtual [ patch 1283503 ]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Hock
2005-09-07 01:05:52 +00:00
parent 90f5e43731
commit 3f39c25469

View File

@@ -42,7 +42,7 @@ Constructor. Called implicitly with a definition of a wxApp object.
\membersection{wxApp::\destruct{wxApp}}\label{wxappdtor} \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 Destructor. Will be called implicitly on program exit if the wxApp
object is created on the stack. object is created on the stack.