cosmetics
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12884 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5d678a7b09
commit
06b81fca82
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ Version 2.0.5 (in progress)
|
|||
B(){} // NOT a constructor --illegal, but was accepted by SWIG
|
||||
} B;
|
||||
|
||||
For C code, the fix now results in use the use of 'struct A *' instead of just 'B *' in
|
||||
For C code, the fix now results in the use of 'struct A *' instead of just 'B *' in
|
||||
the generated code when wrapping members in A, but ultimately this does not matter, as
|
||||
they are the same thing.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue