summaryrefslogtreecommitdiff
path: root/setupeepg.h
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-05-09 14:45:29 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2012-05-09 14:45:29 +0200
commit76ec1833ba62798c671935014a10677f514ffc0a (patch)
tree4a7cf8c7b2194fd187b2e46300f1e1e3c653b692 /setupeepg.h
parentb9ebcef5352ba8d70edc4ea6531b7560569af88b (diff)
downloadvdr-plugin-eepg-76ec1833ba62798c671935014a10677f514ffc0a.tar.gz
vdr-plugin-eepg-76ec1833ba62798c671935014a10677f514ffc0a.tar.bz2
fix compile
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;
};