Renamed Language::SetNoneComparison() to setSubclassInstanceCheck(),
because that name better reflects what the function's trying to accomplish (test whether the object for which the constructor's being called is an instance of the class, or an instance of one of its subclasses). git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4722 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f1980cd629
commit
ddbdf26508
4 changed files with 7 additions and 8 deletions
|
|
@ -208,7 +208,7 @@ public:
|
|||
int directorsEnabled() const;
|
||||
|
||||
/* Set none comparison string */
|
||||
void SetNoneComparison( String *s );
|
||||
void setSubclassInstanceCheck(String *s);
|
||||
|
||||
protected:
|
||||
/* Patch C++ pass-by-value */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue