diff options
Diffstat (limited to 'src/devices/base/generic_device.h')
-rw-r--r-- | src/devices/base/generic_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/base/generic_device.h b/src/devices/base/generic_device.h index 4b52060..373601c 100644 --- a/src/devices/base/generic_device.h +++ b/src/devices/base/generic_device.h @@ -70,7 +70,7 @@ public: enum { MAX_NB = 9 }; struct TypeData { const char *name, *label; - Shape tqshape; + Shape shape; uint nbPins[MAX_NB]; }; static const TypeData TYPE_DATA[]; |