X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6b2edfc836c8867cb868e73d35f36a6e68f943..242019eef3fdcdb12b5310da67af3ef6d15e0f58:/docs/latex/wx/variant.tex diff --git a/docs/latex/wx/variant.tex b/docs/latex/wx/variant.tex index 3bf09e16f7..5ede86d940 100644 --- a/docs/latex/wx/variant.tex +++ b/docs/latex/wx/variant.tex @@ -44,15 +44,15 @@ cannot be declared outside the class, the shift left operators are used like thi \begin{verbatim} // in the header file DECLARE_VARIANT_OBJECT(MyClass) - + // in the implementation file - IMPLMENT_VARIANT_OBJECT(MyClass) - + IMPLEMENT_VARIANT_OBJECT(MyClass) + // in the user code wxVariant variant; MyClass value; variant << value; - + // or value << variant; \end{verbatim}