fixed compile errors in a few source plugins
[profile/ivi/automotive-message-broker.git] / plugins / websocket / websocketsource.cpp
index 21de55a..5ac26d3 100644 (file)
@@ -465,7 +465,7 @@ void WebSocketSource::setSupported(PropertyList list)
 {
        DebugOut() <<__SMALLFILE__ << ":" << __LINE__ <<"SET SUPPORTED"<<endl;
        m_supportedProperties = list;
-       m_re->updateSupported(list,PropertyList());
+       m_re->updateSupported(list,PropertyList(),this);
 }
 
 WebSocketSource::WebSocketSource(AbstractRoutingEngine *re, map<string, string> config) : AbstractSource(re, config)