mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-04 16:50:09 +02:00
Fixing Windows builds
This commit is contained in:
@@ -35,12 +35,14 @@ namespace gsi
|
||||
// db::PCellParameterPageBase binding
|
||||
|
||||
// Provide a binding for db::PCellDeclaration for native PCell implementations
|
||||
DB_PUBLIC Class<db::PCellParametersPageBase> decl_dbPCellParametersPageBase ("db", "PCellParametersPageBase",
|
||||
Class<db::PCellParametersPageBase> pcell_parameter_page_base_decl ("db", "PCellParametersPageBase",
|
||||
gsi::Methods (),
|
||||
"@hide.\n"
|
||||
"This abstract base class for PCell parameter pages has been introduced in version 0.30.11.\n"
|
||||
);
|
||||
|
||||
DB_PUBLIC Class<db::PCellParametersPageBase> &decl_dbPCellParametersPageBase () { return pcell_parameter_page_base_decl; }
|
||||
|
||||
// ---------------------------------------------------------------
|
||||
// db::PCellDeclaration binding
|
||||
|
||||
|
||||
Reference in New Issue
Block a user