Add the missing parenthese.
I'm sorry that I didn't notice this last time.
This commit is contained in:
parent
24fba02571
commit
970b0fdca3
1 changed files with 1 additions and 1 deletions
|
|
@ -729,7 +729,7 @@ For instance, the following example uses <tt>%rename</tt> in reverse to generate
|
|||
<div class="code">
|
||||
<pre>
|
||||
%rename(foo) foo_i(int);
|
||||
%rename(foo) foo_d(double;
|
||||
%rename(foo) foo_d(double);
|
||||
|
||||
void foo_i(int);
|
||||
void foo_d(double);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue