summaryrefslogtreecommitdiff
path: root/plugins/connman/wifi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/connman/wifi.cpp')
-rw-r--r--plugins/connman/wifi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/connman/wifi.cpp b/plugins/connman/wifi.cpp
index 15bebe6..8cc4c03 100644
--- a/plugins/connman/wifi.cpp
+++ b/plugins/connman/wifi.cpp
@@ -36,8 +36,8 @@ namespace
// ----------------------------------------------------------------------
-ivi::settings::wifi::wifi()
- : technology_(technology_name)
+ivi::settings::wifi::wifi(event_callback const & e)
+ : technology_(technology_name, e)
{
}