fix syntax error in the example

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-10-29 12:11:55 +00:00
parent e0d1fd7f6e
commit 20e44f4f27

View File

@@ -192,7 +192,7 @@ Example:
\begin{verbatim}
MyDialog dlg;
wxTheXmlResource->LoadDialog(&dlg, mainFrame, "my_dialog");
dlg->ShowModal();
dlg.ShowModal();
\end{verbatim}