summaryrefslogtreecommitdiff
path: root/setupeepg.h
diff options
context:
space:
mode:
Diffstat (limited to 'setupeepg.h')
-rw-r--r--setupeepg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/setupeepg.h b/setupeepg.h
index ef1ad2a..f5e342a 100644
--- a/setupeepg.h
+++ b/setupeepg.h
@@ -26,8 +26,8 @@ public:
private:
cSetupEEPG (void);
- cSetupEEPG(cSetupEEPG const&){}; // copy constructor is private
- cSetupEEPG& operator=(cSetupEEPG const&){}; // assignment operator is private
+ cSetupEEPG(cSetupEEPG const&); // copy constructor is private
+ cSetupEEPG& operator=(cSetupEEPG const&); // assignment operator is private
static cSetupEEPG* _setupEEPG;
};