From aeefb2d179ab89df9bb626cc9feb3fd6d5aa8284 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Wed, 20 Feb 2019 18:17:36 +0900 Subject: [PATCH] Virtualize _setupPage PR #38 --- src/AutoConnect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoConnect.h b/src/AutoConnect.h index c84ff3d..e501753 100644 --- a/src/AutoConnect.h +++ b/src/AutoConnect.h @@ -217,7 +217,7 @@ class AutoConnect { void _stopPortal(void); bool _classifyHandle(HTTPMethod mothod, String uri); void _purgePages(void); - PageElement* _setupPage(String uri); + virtual PageElement* _setupPage(String uri); #ifdef AUTOCONNECT_USE_JSON bool _load(JsonVariant& aux); #endif // !AUTOCONNECT_USE_JSON