mirror of https://github.com/KLayout/klayout.git
WIP: Fixed a test issue with the PCellDeclarationHelper external class.
This commit is contained in:
parent
436550868b
commit
ec0fad0d75
|
|
@ -844,6 +844,13 @@ public:
|
|||
return true;
|
||||
}
|
||||
|
||||
virtual bool can_upcast (const void *) const
|
||||
{
|
||||
// It does not make sense to upcast-check vs. an external class
|
||||
// An external class is only provided as a stub.
|
||||
return false;
|
||||
}
|
||||
|
||||
private:
|
||||
std::string m_category;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue