From 90293e90301f5ef5c224fd08b8cd229982e2f597 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 5 Jun 2008 12:18:00 +0000 Subject: [PATCH] use reloadBouquets instead of loadBouquets --- lib/dvb/db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dvb/db.h b/lib/dvb/db.h index f8dd5b38..0947b345 100644 --- a/lib/dvb/db.h +++ b/lib/dvb/db.h @@ -58,11 +58,11 @@ public: RESULT getBouquet(const eServiceReference &ref, eBouquet* &bouquet); ////// + void loadBouquet(const char *path); eServiceReference searchReference(int tsid, int onid, int sid); eDVBDB(); virtual ~eDVBDB(); #endif - void loadBouquet(const char *path); void loadServicelist(const char *filename); static eDVBDB *getInstance() { return instance; } void reloadServicelist(); -- 2.30.2