aboutsummaryrefslogtreecommitdiff
path: root/mbrpart.h
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2011-03-16 02:42:33 -0400
committersrs5694 <srs5694@users.sourceforge.net>2011-03-16 02:42:33 -0400
commitc2f6e0cb812dd08fdb8f8cabda4f08a070c6f9fe (patch)
tree24934b43df063f9889923f8c6b373f84aca66932 /mbrpart.h
parent01f7f08624f0c942001977415214a578621f6495 (diff)
downloadgptfdisk-c2f6e0cb812dd08fdb8f8cabda4f08a070c6f9fe.tar.gz
A few miscellaneous changes
Diffstat (limited to 'mbrpart.h')
-rw-r--r--mbrpart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbrpart.h b/mbrpart.h
index 4d84e7a..0e3e775 100644
--- a/mbrpart.h
+++ b/mbrpart.h
@@ -74,6 +74,7 @@ public:
virtual ~MBRPart();
virtual MBRPart& operator=(const MBRPart& orig);
virtual MBRPart& operator=(const struct MBRRecord& orig);
+ bool operator<(const MBRPart &other) const;
// Set information on partitions or disks...
void SetGeometry(uint32_t heads, uint32_t sectors, uint64_t diskSize, uint32_t blockSize);