diff options
Diffstat (limited to 'plugins/connman/ethernet.hpp')
-rw-r--r-- | plugins/connman/ethernet.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/connman/ethernet.hpp b/plugins/connman/ethernet.hpp index 65bf7fe..2bfa2fb 100644 --- a/plugins/connman/ethernet.hpp +++ b/plugins/connman/ethernet.hpp @@ -55,7 +55,7 @@ namespace ivi public: /// Constructor. - ethernet(); + ethernet(event_callback const & e); /// Destructor. virtual ~ethernet(); |