mirror of https://github.com/KLayout/klayout.git
Trying again to fix Windows builds
This commit is contained in:
parent
2806efd803
commit
26682c1a38
|
|
@ -40,7 +40,7 @@ namespace lay
|
|||
|
||||
namespace db
|
||||
{
|
||||
class LayerProperties;
|
||||
struct LayerProperties;
|
||||
}
|
||||
|
||||
namespace edt
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
namespace db
|
||||
{
|
||||
class Layout;
|
||||
class LayerProperties;
|
||||
struct LayerProperties;
|
||||
}
|
||||
|
||||
namespace lay
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
namespace db
|
||||
{
|
||||
class LayerProperties;
|
||||
struct LayerProperties;
|
||||
}
|
||||
|
||||
namespace lay
|
||||
|
|
|
|||
Loading…
Reference in New Issue