Skip to content

Commit e67a026

Browse files
authored
Constructor variable order - fix warning
1 parent ad6e680 commit e67a026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BleGamepad.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ BleGamepad::BleGamepad(std::string deviceName, std::string deviceManufacturer, u
7171
_powerLevel(0),
7272
hid(0),
7373
pCharacteristic_Power_State(0),
74-
configuration(),
7574
pServer(nullptr),
76-
nus(nullptr)
75+
nus(nullptr),
76+
configuration()
7777
{
7878
this->resetButtons();
7979
this->deviceName = deviceName;

0 commit comments

Comments
 (0)