summaryrefslogtreecommitdiffstats
path: root/src/devices/base/generic_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/base/generic_device.h')
-rw-r--r--src/devices/base/generic_device.h2
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[];