mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-05-06 17:51:36 +02:00
Don't call setup() in WebRoot's constructor.
This commit is contained in:
parent
d380d14152
commit
bd93a2a9ce
@ -133,8 +133,6 @@ void WebRoot::update() {
|
|||||||
|
|
||||||
WebRoot::WebRoot() :
|
WebRoot::WebRoot() :
|
||||||
WebRouterNode() {
|
WebRouterNode() {
|
||||||
|
|
||||||
setup();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
WebRoot::~WebRoot() {
|
WebRoot::~WebRoot() {
|
||||||
|
Loading…
Reference in New Issue
Block a user