*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4711 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e3eadfdc7b
commit
0391c0033b
1 changed files with 2 additions and 2 deletions
|
|
@ -1232,10 +1232,10 @@ public:
|
|||
Replaceall(tm, "$value", value);
|
||||
if (current == CLASS_CONST) {
|
||||
if (multipleInheritance) {
|
||||
Replaceall(tm, "$module", klass->vname);
|
||||
Replaceall(tm, "$module", klass->mImpl);
|
||||
Printv(klass->init, tm, "\n", NIL);
|
||||
} else {
|
||||
Replaceall(tm, "$module", klass->mImpl);
|
||||
Replaceall(tm, "$module", klass->vname);
|
||||
Printv(klass->init, tm, "\n", NIL);
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue