]> git.saurik.com Git - wxWidgets.git/commitdiff
wxApp destructor is virtual [ patch 1283503 ]
authorKevin Hock <hockkn@yahoo.com>
Wed, 7 Sep 2005 01:05:52 +0000 (01:05 +0000)
committerKevin Hock <hockkn@yahoo.com>
Wed, 7 Sep 2005 01:05:52 +0000 (01:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/app.tex

index 461dcc6f10113452b188c8ac103fa02985995357..b0ad4a45959e6fe11335de284e1b12d31a2013f0 100644 (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
 object is created on the stack.
 
 Destructor. Will be called implicitly on program exit if the wxApp
 object is created on the stack.