git-svn-id: svn://db.shs.com.ru/pip@889 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2020-02-28 10:05:00 +00:00
parent 1cda19ac64
commit 0706db87c8
3 changed files with 1 additions and 5 deletions

View File

@@ -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());
}