From bb521ec9b211ab67765b93cc6573abf930ea5ca6 Mon Sep 17 00:00:00 2001 From: Logan Johnson Date: Mon, 28 Apr 2003 22:35:52 +0000 Subject: 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 --- Source/Modules/swigmod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Modules/swigmod.h') 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 */ -- cgit v1.2.1