From 9ae60195b9d24c01f535ade5b7bcf0e63c0600be Mon Sep 17 00:00:00 2001 From: Rod Smith Date: Thu, 5 Jul 2018 16:50:13 -0400 Subject: Added explicit copy constructors and made other tweaks to avoid compiler complaints. --- gpt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gpt.h') diff --git a/gpt.h b/gpt.h index f4bf470..a5be961 100644 --- a/gpt.h +++ b/gpt.h @@ -92,6 +92,7 @@ protected: public: // Basic necessary functions.... GPTData(void); + GPTData(const GPTData &); GPTData(string deviceFilename); virtual ~GPTData(void); GPTData & operator=(const GPTData & orig); -- cgit v1.2.1