diff options
Diffstat (limited to 'Doc/Manual/Modules.html')
-rw-r--r-- | Doc/Manual/Modules.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Manual/Modules.html b/Doc/Manual/Modules.html index 69cc58c30..70b0f1181 100644 --- a/Doc/Manual/Modules.html +++ b/Doc/Manual/Modules.html @@ -138,7 +138,8 @@ base class's methods. Typically you will get a warning when the module name is m </p> <div class="shell"> <pre> -derived_module.i:8: Warning 401: Base class 'base' ignored - unknown module name for base. Either import +derived_module.i:8: Warning 401: Base class 'base' ignored - unknown module name for base. Either +import the appropriate module interface file or specify the name of the module in the %import directive. </pre></div> |