[D] Fixed qualified name handling, broken since r12588.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12628 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
23735d5d8f
commit
3af2e27a3f
1 changed files with 1 additions and 1 deletions
|
|
@ -3696,7 +3696,7 @@ private:
|
|||
return result;
|
||||
}
|
||||
|
||||
if (!Len(proxy_class_qname)) {
|
||||
if (!is_wrapping_class()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue