Misc. bug fixes & restructuring.
diff --git a/gpttext.h b/gpttext.h
index 6d91a13..642791b 100644
--- a/gpttext.h
+++ b/gpttext.h
@@ -50,7 +50,7 @@
       int DestroyGPTwPrompt(void); // Returns 1 if user proceeds
       void ShowDetails(void);
       void MakeHybrid(void);
-      int AssignPrimaryOrLogical(PartNotes& notes);
+      int AssignPrimaryOrLogical(GptPartNotes& notes);
       int XFormToMBR(void); // convert GPT to MBR, wiping GPT afterwards. Returns 1 if successful
 }; // class GPTDataTextUI