summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/MultipartParser.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-04-02 16:39:42 +0200
committermadmaxoft <github@xoft.cz>2014-04-02 16:40:27 +0200
commit26c3bc4076a455fd61b56c34215771bddb548e1d (patch)
tree3b35f0b2a6614473327857a5df0189db0a7945a9 /src/HTTPServer/MultipartParser.h
parentMerge branch 'MacFixes' (diff)
downloadcuberite-26c3bc4076a455fd61b56c34215771bddb548e1d.tar
cuberite-26c3bc4076a455fd61b56c34215771bddb548e1d.tar.gz
cuberite-26c3bc4076a455fd61b56c34215771bddb548e1d.tar.bz2
cuberite-26c3bc4076a455fd61b56c34215771bddb548e1d.tar.lz
cuberite-26c3bc4076a455fd61b56c34215771bddb548e1d.tar.xz
cuberite-26c3bc4076a455fd61b56c34215771bddb548e1d.tar.zst
cuberite-26c3bc4076a455fd61b56c34215771bddb548e1d.zip
Diffstat (limited to 'src/HTTPServer/MultipartParser.h')
-rw-r--r--src/HTTPServer/MultipartParser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/HTTPServer/MultipartParser.h b/src/HTTPServer/MultipartParser.h
index d853929ed..77695fe4a 100644
--- a/src/HTTPServer/MultipartParser.h
+++ b/src/HTTPServer/MultipartParser.h
@@ -22,6 +22,9 @@ public:
class cCallbacks
{
public:
+ // Force a virtual destructor in descendants:
+ virtual ~cCallbacks() {}
+
/// Called when a new part starts
virtual void OnPartStart(void) = 0;