aboutsummaryrefslogtreecommitdiffstats
path: root/generic/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/arch.h')
-rw-r--r--generic/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/arch.h b/generic/arch.h
index 0d071078..d7392e41 100644
--- a/generic/arch.h
+++ b/generic/arch.h
@@ -62,7 +62,7 @@ struct WireInfo
struct PinInfo
{
- IdStringList name;
+ IdString name;
WireId wire;
PortType type;
};