diff --git a/src/castable.h b/src/castable.h index 165b6fcf6e..960e1b8ced 100644 --- a/src/castable.h +++ b/src/castable.h @@ -48,6 +48,9 @@ class ClassID { /// @see Castable class CastableBase { public: + /// Move constructor + CastableBase(CastableBase&&) = default; + virtual ~CastableBase() = default; /// @returns true if this object is of, or derives from a class with the