X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc81d32f2bf8c159f3b1bf6ddaf62e6d77720209..559b61bf8c4109ac0d7d3eddc4604937f2934a81:/docs/latex/wx/txrc.tex diff --git a/docs/latex/wx/txrc.tex b/docs/latex/wx/txrc.tex index c2aa4b4f7c..10568b0dd0 100644 --- a/docs/latex/wx/txrc.tex +++ b/docs/latex/wx/txrc.tex @@ -148,6 +148,8 @@ Use the {\tt -c} switch to contain a function called {\it InitXmlResource} (unless you override this with a command line switch). Use it to load the resource: \begin{verbatim} + extern void InitXMLResource(); // defined in generated file + ... wxXmlResource::Get()->InitAllHandlers(); InitXmlResource(); ...