summaryrefslogtreecommitdiff
path: root/Source/Modules/swigmod.h
diff options
context:
space:
mode:
authorLogan Johnson <ljohnson@users.sourceforge.net>2003-04-28 22:35:52 +0000
committerLogan Johnson <ljohnson@users.sourceforge.net>2003-04-28 22:35:52 +0000
commitbb521ec9b211ab67765b93cc6573abf930ea5ca6 (patch)
tree7e8777b35d534ae5288090feb7e70efce97e40be /Source/Modules/swigmod.h
parent8a7c4da4167511ffcee52c28c50631cbfd7dcc40 (diff)
downloadswig-bb521ec9b211ab67765b93cc6573abf930ea5ca6.tar.gz
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/SWIG@4722 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Source/Modules/swigmod.h')
-rw-r--r--Source/Modules/swigmod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Modules/swigmod.h b/Source/Modules/swigmod.h
index 34d485839..77c6a0c97 100644
--- a/Source/Modules/swigmod.h
+++ b/Source/Modules/swigmod.h
@@ -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 */