aboutsummaryrefslogtreecommitdiff
path: root/mbr.h
diff options
context:
space:
mode:
authorRoderick W. Smith <rodsmith@rodsbooks.com>2015-03-17 19:46:05 -0400
committerRoderick W. Smith <rodsmith@rodsbooks.com>2015-03-17 19:46:05 -0400
commit54f8fb17e64e09ca508d266356d9c6fd34a4fd4c (patch)
tree3dbbaccb5db64333c23a171c9c7c984c95986582 /mbr.h
parent50d3f8fcb214125c1d31c2955960615e9eab3d81 (diff)
downloadgptfdisk-54f8fb17e64e09ca508d266356d9c6fd34a4fd4c.tar.gz
Version 1.0.0 release! Added some type codes and the -O/--print-mbr
option for sgdisk.
Diffstat (limited to 'mbr.h')
-rw-r--r--mbr.h1
1 files changed, 1 insertions, 0 deletions
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