[D] Tiny typo fix.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12405 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
3d822b6032
commit
85ed05c241
1 changed files with 1 additions and 1 deletions
|
|
@ -3661,7 +3661,7 @@ private:
|
|||
String *getPrimitiveDptype(Node *node, SwigType *type) {
|
||||
SwigType *stripped_type = SwigType_typedef_resolve_all(type);
|
||||
|
||||
// A reference can only be the »outermost element« of a typ.
|
||||
// A reference can only be the »outermost element« of a type.
|
||||
bool mutable_ref = false;
|
||||
if (SwigType_isreference(stripped_type)) {
|
||||
SwigType_del_reference(stripped_type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue