Trying to fix Win build error due to unused param
This commit is contained in:
Родитель
239f11b83f
Коммит
07a13fa197
|
@ -498,7 +498,7 @@ namespace ARIASDK_NS_BEGIN
|
|||
/// <param name="state">HttpStateEvent - see diagram</param>
|
||||
/// <param name="data">HTTP client implementation-specific data structure (optional)</param>
|
||||
/// <param name="size">HTTP client implementation-specific data structure size (optional)</param>
|
||||
virtual void OnHttpStateEvent(HttpStateEvent state, void *data = nullptr, size_t size = 0) {};
|
||||
virtual void OnHttpStateEvent(HttpStateEvent, void* = nullptr, size_t = 0) {};
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
|
Загрузка…
Ссылка в новой задаче