aboutsummaryrefslogtreecommitdiff
path: root/lib/nav/pcore.cpp
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-09-29 23:06:02 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-09-29 23:06:02 +0000
commitfc233e3a96e68514165781859afc94a2bb33e9e9 (patch)
tree83aa8cbf23e063dbb4d6d145f74c6534dfec6bca /lib/nav/pcore.cpp
parent75cfae3a16a0ce7f806871d11c53d9e50fbfacd1 (diff)
downloadenigma2-fc233e3a96e68514165781859afc94a2bb33e9e9.tar.gz
enigma2-fc233e3a96e68514165781859afc94a2bb33e9e9.zip
consistently use iServiceHandler instead of eServiceCenter to use properly wrapped interface
Diffstat (limited to 'lib/nav/pcore.cpp')
-rw-r--r--lib/nav/pcore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nav/pcore.cpp b/lib/nav/pcore.cpp
index 6a849f89..593af58e 100644
--- a/lib/nav/pcore.cpp
+++ b/lib/nav/pcore.cpp
@@ -7,7 +7,7 @@ DEFINE_REF(pNavigation);
pNavigation::pNavigation()
{
- ePtr<eServiceCenter> service_center;
+ ePtr<iServiceHandler> service_center;
eServiceCenter::getInstance(service_center);
assert(service_center);