From 54f8fb17e64e09ca508d266356d9c6fd34a4fd4c Mon Sep 17 00:00:00 2001 From: "Roderick W. Smith" Date: Tue, 17 Mar 2015 19:46:05 -0400 Subject: Version 1.0.0 release! Added some type codes and the -O/--print-mbr option for sgdisk. --- mbr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mbr.h') diff --git a/mbr.h b/mbr.h index 3cacf61..bbb84ef 100644 --- a/mbr.h +++ b/mbr.h @@ -28,6 +28,7 @@ public: MBRData(void) {} MBRData(string deviceFilename) : BasicMBRData(deviceFilename) {} MBRData & operator=(const BasicMBRData & orig); + ~MBRData(void); // Functions to create, delete, or change partitions // Pass EmptyMBR 1 to clear the boot loader code, 0 to leave it intact -- cgit v1.2.3