aboutsummaryrefslogtreecommitdiff
path: root/lib/nav/pcore.cpp
diff options
context:
space:
mode:
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 b38e5597..264817ce 100644
--- a/lib/nav/pcore.cpp
+++ b/lib/nav/pcore.cpp
@@ -10,7 +10,7 @@ pNavigation::pNavigation()
ePtr<iServiceHandler> service_center;
eServiceCenter::getInstance(service_center);
- assert(service_center);
+ ASSERT(service_center);
m_core = new eNavigation(service_center);
m_core->connectEvent(slot(*this, &pNavigation::navEvent), m_nav_event_connection);