mirror of
https://github.com/oatpp/oatpp.git
synced 2025-04-06 18:40:24 +08:00
Fixed order of field initialization
This commit is contained in:
parent
c7a8ec48c3
commit
9826028b9a
@ -57,10 +57,10 @@ private:
|
||||
private:
|
||||
oatpp::concurrency::SpinLock::Atom m_atom;
|
||||
Connections m_connections;
|
||||
HttpProcessor::RequestInterceptors* m_requestInterceptors;
|
||||
private:
|
||||
HttpRouter* m_router;
|
||||
std::shared_ptr<handler::ErrorHandler> m_errorHandler;
|
||||
HttpProcessor::RequestInterceptors* m_requestInterceptors;
|
||||
public:
|
||||
Task(HttpRouter* router,
|
||||
const std::shared_ptr<handler::ErrorHandler>& errorHandler,
|
||||
|
Loading…
x
Reference in New Issue
Block a user