New partition type codes & "-a" option for cgdisk
diff --git a/gpt.h b/gpt.h
index 7afd11a..e9afd06 100644
--- a/gpt.h
+++ b/gpt.h
@@ -134,7 +134,7 @@
    // Convert between GPT and other formats
    virtual WhichToUse UseWhichPartitions(void);
    void XFormPartitions(void);
-   virtual int XFormDisklabel(uint32_t partNum);
+   int XFormDisklabel(uint32_t partNum);
    int XFormDisklabel(BSDData* disklabel);
    int OnePartToMBR(uint32_t gptPart, int mbrPart); // add one partition to MBR. Returns 1 if successful