git-svn-id: svn://db.shs.com.ru/pip@889 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -64,6 +64,7 @@ endif()
|
||||
|
||||
if(STATIC_LIB)
|
||||
set(PIP_LIB_TYPE STATIC)
|
||||
add_definitions(-DPIP_STATIC_DEFINE)
|
||||
message(STATUS "Building PIP static library")
|
||||
else()
|
||||
set(PIP_LIB_TYPE SHARED)
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by fomenko on 20.09.2019.
|
||||
//
|
||||
|
||||
#ifndef PIP_TESTS_EXECUTOR_H
|
||||
#define PIP_TESTS_EXECUTOR_H
|
||||
|
||||
|
||||
@@ -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