From 9a46b042c57144c26a67781d335e6ba4128382d2 Mon Sep 17 00:00:00 2001 From: srs5694 Date: Tue, 15 Mar 2011 00:34:10 -0400 Subject: Patches supplied by Florian Zumbiehl --- gpt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gpt.h') diff --git a/gpt.h b/gpt.h index 69c06d3..e452663 100644 --- a/gpt.h +++ b/gpt.h @@ -95,6 +95,7 @@ public: GPTData(string deviceFilename); virtual ~GPTData(void); GPTData & operator=(const GPTData & orig); +// bool operator<(const GPTData &other) const; // Verify (or update) data integrity int Verify(void); -- cgit v1.2.1