adopt explicit initialization - with the exception of trivial classes (#122)

This commit is contained in:
rjwats
2020-05-21 23:41:29 +01:00
committed by GitHub
parent db0d98d425
commit 4fa491e309
8 changed files with 31 additions and 16 deletions

View File

@ -77,7 +77,7 @@ class SecuritySettingsService : public StatefulService<SecuritySettings>, public
private:
HttpEndpoint<SecuritySettings> _httpEndpoint;
FSPersistence<SecuritySettings> _fsPersistence;
ArduinoJsonJWT _jwtHandler = ArduinoJsonJWT(FACTORY_JWT_SECRET);
ArduinoJsonJWT _jwtHandler;
void configureJWTHandler();