From 444d1ff60cd312f71ea4fc86f652d0828097389e Mon Sep 17 00:00:00 2001 From: Anatole SCHRAMM Date: Tue, 18 Oct 2022 14:16:15 +0200 Subject: [PATCH] Move method declaration location --- src/app/WEBServer.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/WEBServer.h b/src/app/WEBServer.h index 352294f..35cf555 100644 --- a/src/app/WEBServer.h +++ b/src/app/WEBServer.h @@ -123,16 +123,15 @@ class WEBServer : public TCPServer, public HttpConstants } } - void setSDClass(SDClass *sdClass) - { - _sdClass = sdClass; - } - const char * getWWWDir(void) const { return _WWWDir; } + void setSDClass(SDClass *sdClass) + { + _sdClass = sdClass; + } protected: private: