From 76ec1833ba62798c671935014a10677f514ffc0a Mon Sep 17 00:00:00 2001 From: Dimitar Petrovski Date: Wed, 9 May 2012 14:45:29 +0200 Subject: fix compile --- setupeepg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setupeepg.h') 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; }; -- cgit v1.2.3