diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-05-09 14:45:29 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-05-09 14:45:29 +0200 |
commit | 76ec1833ba62798c671935014a10677f514ffc0a (patch) | |
tree | 4a7cf8c7b2194fd187b2e46300f1e1e3c653b692 /setupeepg.c | |
parent | b9ebcef5352ba8d70edc4ea6531b7560569af88b (diff) | |
download | vdr-plugin-eepg-76ec1833ba62798c671935014a10677f514ffc0a.tar.gz vdr-plugin-eepg-76ec1833ba62798c671935014a10677f514ffc0a.tar.bz2 |
fix compile
Diffstat (limited to 'setupeepg.c')
-rw-r--r-- | setupeepg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setupeepg.c b/setupeepg.c index 4d9471e..3738227 100644 --- a/setupeepg.c +++ b/setupeepg.c @@ -26,7 +26,7 @@ cSetupEEPG::cSetupEEPG (void) } -static cSetupEEPG* cSetupEEPG::getInstance() +cSetupEEPG* cSetupEEPG::getInstance() { if (!_setupEEPG) _setupEEPG = new cSetupEEPG(); |