diff options
author | William S Fulton <wsf@fultondesigns.co.uk> | 2006-11-09 22:32:28 +0000 |
---|---|---|
committer | William S Fulton <wsf@fultondesigns.co.uk> | 2006-11-09 22:32:28 +0000 |
commit | 8c2b66a11d7212c12109215f2f3e1a891fcc1690 (patch) | |
tree | 4c35e1c2222b919d824d196a4eaf44e703458f7e /Source/Modules/swigmod.h | |
parent | d5ecc29a4e147127535cb822f8f43206697c7d66 (diff) | |
download | swig-8c2b66a11d7212c12109215f2f3e1a891fcc1690.tar.gz |
Fix director operator pointer casts
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9536 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Source/Modules/swigmod.h')
-rw-r--r-- | Source/Modules/swigmod.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Modules/swigmod.h b/Source/Modules/swigmod.h index a95d55f22..7dd8d8c76 100644 --- a/Source/Modules/swigmod.h +++ b/Source/Modules/swigmod.h @@ -321,7 +321,7 @@ String *Swig_csuperclass_call(String *base, String *method, ParmList *l); String *Swig_class_declaration(Node *n, String *name); String *Swig_class_name(Node *n); String *Swig_method_call(String_or_char *name, ParmList *parms); -String *Swig_method_decl(SwigType *s, const String_or_char *id, List *args, int strip, int values); +String *Swig_method_decl(SwigType *rtype, SwigType *decl, const String_or_char *id, List *args, int strip, int values); String *Swig_director_declaration(Node *n); /* directors.cxx end */ |