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:
@@ -188,7 +188,7 @@ Example:
|
||||
\begin{verbatim}
|
||||
MyDialog dlg;
|
||||
wxTheXmlResource->LoadDialog(&dlg, mainFrame, "my_dialog");
|
||||
dlg->ShowModal();
|
||||
dlg.ShowModal();
|
||||
\end{verbatim}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user