summaryrefslogtreecommitdiff
path: root/gpttext.h
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2010-09-24 20:39:41 -0400
committersrs5694 <srs5694@users.sourceforge.net>2010-09-24 20:39:41 -0400
commit5a081757ea2e32a491349544fea92826ccf739f6 (patch)
tree08a33c9b6b6a1a9a8e6c492b21287b972306b185 /gpttext.h
parent82f3f0b529ec1bb936141ae41b03f95c72ce573a (diff)
downloadsgdisk-5a081757ea2e32a491349544fea92826ccf739f6.tar.gz
Added -F option to sgdisk
Diffstat (limited to 'gpttext.h')
-rw-r--r--gpttext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gpttext.h b/gpttext.h
index f71e61b..6d91a13 100644
--- a/gpttext.h
+++ b/gpttext.h
@@ -32,6 +32,9 @@ class GPTDataTextUI : public GPTData {
GPTDataTextUI(string filename);
~GPTDataTextUI(void);
+ // This one needs to be explicitly defined, even though it does nothing new....
+ const GPTPart & operator[](uint32_t partNum) {return GPTData::operator[](partNum);}
+
// Extended (interactive) versions of some base-class functions
WhichToUse UseWhichPartitions(void);
int XFormDisklabel(void);