mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1124565: Fix position of const qualifiers for |sDefaultBackend|, r=shuang
This patch fixes the position of the second const qualifier for |sDefaultBackend|. Both, pointer and memory, are now marked as constant.
This commit is contained in:
parent
b0d9382d22
commit
4a00715925
@ -104,7 +104,7 @@ BluetoothInterface::GetInstance()
|
||||
#ifdef MOZ_B2G_BT_BLUEDROID
|
||||
static const char sDefaultBackend[] = "bluedroid";
|
||||
#else
|
||||
static const char const * sDefaultBackend = nullptr;
|
||||
static const char* const sDefaultBackend = nullptr;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user