Fixing Windows builds

This commit is contained in:
Matthias Koefferlein
2026-08-20 14:40:53 +02:00
parent 64497a0361
commit 34dfd5fa96
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -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