summaryrefslogtreecommitdiff
path: root/parttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'parttypes.h')
-rw-r--r--parttypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/parttypes.h b/parttypes.h
index c108a17..2b80026 100644
--- a/parttypes.h
+++ b/parttypes.h
@@ -36,6 +36,9 @@ protected:
static AType* lastType; // Pointer to last entry in the list
void AddAllTypes(void);
public:
+ // PartType with GUID "00000000-0000-0000-0000-000000000000"
+ static const PartType unusedPartType;
+
PartType(void);
PartType(const PartType & orig);
PartType(const GUIDData & orig);