]> git.saurik.com Git - wxWidgets.git/commitdiff
clarify using embedded XRC
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 26 May 2003 16:20:54 +0000 (16:20 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 26 May 2003 16:20:54 +0000 (16:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/txrc.tex

index c2aa4b4f7cb52a4683802cff1d5935fd6630cb8c..10568b0dd06fd24c9db8f446171d6db006ec0725 100644 (file)
@@ -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();
   ...