summaryrefslogtreecommitdiff
path: root/gptpart.h
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2018-07-05 16:50:13 -0400
committerRod Smith <rodsmith@rodsbooks.com>2018-07-05 16:50:13 -0400
commit9ae60195b9d24c01f535ade5b7bcf0e63c0600be (patch)
tree3f7c35f56cb9222be3081c57b3f7d61af3390483 /gptpart.h
parent8dab6f22ee54e63d98cf303d16702794d091bcbb (diff)
downloadsgdisk-9ae60195b9d24c01f535ade5b7bcf0e63c0600be.tar.gz
Added explicit copy constructors and made other tweaks to avoid
compiler complaints.
Diffstat (limited to 'gptpart.h')
-rw-r--r--gptpart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gptpart.h b/gptpart.h
index 657b3f9..fac514e 100644
--- a/gptpart.h
+++ b/gptpart.h
@@ -53,6 +53,7 @@ class GPTPart {
uint16_t name[NAME_SIZE];
public:
GPTPart(void);
+ GPTPart(const GPTPart &);
~GPTPart(void);
// Simple data retrieval: