Use references instead of pointers whenver possible

This commit is contained in:
Thomas Basler
2023-12-12 13:26:07 +01:00
parent 8fb43fedf8
commit e95afbf2cc
103 changed files with 305 additions and 302 deletions

View File

@@ -5,7 +5,7 @@
class WebApiSecurityClass {
public:
void init(AsyncWebServer* server);
void init(AsyncWebServer& server);
void loop();
private: