diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-11 11:26:42 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-11 11:26:42 +0100 |
commit | 7533e58f7c53644ffaaffc420809230a884a690f (patch) | |
tree | af645a6b5b76d302b0095ec2acc2d44f0557867e /sd | |
parent | e838e360ff3cac7e22b8e010c03b4f9124764843 (diff) |
Some loplugin:conststringvar/stringconstant improvements: sd
Change-Id: If44cce6e4c241f6a2203d73f6d191f270fb5ca5a
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/remotecontrol/BluetoothServer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx index d51591109f9d..28e5c377c7c9 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.cxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx @@ -295,7 +295,7 @@ bluez4GetDefaultService( DBusConnection *pConnection ) { DBusMessage *pMsg; DBusMessageIter it; - const gchar* pInterfaceType = "org.bluez.Service"; + const gchar* const pInterfaceType = "org.bluez.Service"; // org.bluez.manager only exists for bluez 4. // getMethodCall should return NULL if there is any issue e.g. the |