]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tapp.tex
fixed typoe
[wxWidgets.git] / docs / latex / wx / tapp.tex
index f748843b83e05279c51d95cec3b48c5333fd10a3..04447cc9c1ec043fa512013a1ef000a49a182389 100644 (file)
@@ -54,7 +54,9 @@ because required global initialization may not have been performed at applicatio
 construction time.
 
 You can also use DECLARE\_APP(appClass) in a header file to declare the wxGetApp function which returns
-a reference to the application object.
+a reference to the application object. Otherwise you can only use the global 
+\texttt{wxTheApp} pointer which is of type \texttt{wxApp *}.
+
 
 \subsection{Application shutdown}\label{wxappshutdownoverview}