From 05b958c178b16d707ff16b4b05506be124087e13 Mon Sep 17 00:00:00 2001 From: tqchen Date: Sat, 9 Jan 2016 21:43:29 -0800 Subject: [PATCH] [RABIT] Sync with dmlc --- include/dmlc/io.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dmlc/io.h b/include/dmlc/io.h index 66d590b2d..189c2b8b7 100644 --- a/include/dmlc/io.h +++ b/include/dmlc/io.h @@ -108,6 +108,8 @@ class SeekStream: public Stream { /*! \brief interface for serializable objects */ class Serializable { public: + /*! \brief destructor */ + virtual ~Serializable() {} /*! * \brief load the model from a stream * \param fi stream where to load the model from