git-svn-id: svn://db.shs.com.ru/pip@889 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -785,7 +785,6 @@ public:
|
||||
bool isPIObject() const {return isPIObject(this);}
|
||||
template<typename T>
|
||||
bool isTypeOf() const {
|
||||
if (!this) return false;
|
||||
if (!isPIObject()) return false;
|
||||
return scopeList().contains(T::__classNameS());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user