summaryrefslogtreecommitdiff
path: root/src/network/core/tcp_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/core/tcp_http.h')
-rw-r--r--src/network/core/tcp_http.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/network/core/tcp_http.h b/src/network/core/tcp_http.h
index 6939577ad..13eeb7d54 100644
--- a/src/network/core/tcp_http.h
+++ b/src/network/core/tcp_http.h
@@ -33,6 +33,9 @@ struct HTTPCallback {
* @note When NULL is sent the HTTP socket handler is closed/freed.
*/
virtual void OnReceiveData(const char *data, size_t length) = 0;
+
+ /** Silentium */
+ virtual ~HTTPCallback() {}
};
/** Base socket handler for HTTP traffic. */