fixed mergers 56/1856/1
authorKevron Rees <kevron_m_rees@linux.intel.com>
Tue, 25 Sep 2012 22:19:55 +0000 (15:19 -0700)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Tue, 25 Sep 2012 22:19:55 +0000 (15:19 -0700)
1  2 
plugins/dbus/properties.h
plugins/wheel/wheelplugin.cpp

@@@ -27,7 -27,7 +27,7 @@@ class VehicleSpeedProperty: public DBus
  {
  public:
        VehicleSpeedProperty(AbstractRoutingEngine* re, GDBusConnection* connection)
-               :DBusSink("org.automotive.vehicleSpeed","/org/automotive/vehiclespeed", re, connection, map<string, string>())
 -              :DBusSink("org.automotive.vehicleSpeed","/org/automotive/runningstatus/vehiclespeed", re, connection)
++              :DBusSink("org.automotive.vehicleSpeed","/org/automotive/runningstatus/vehiclespeed", re, connection, map<string, string>())
        {
                wantProperty<uint16_t>(VehicleProperty::VehicleSpeed,"VehicleSpeed", "i", AbstractProperty::Read);
                supportedChanged(re->supported());
Simple merge