fix syntax error in the example

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

View File

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