diff --git a/include/system/uuid.h b/include/system/uuid.h index 5f4dc6fbe..16d807680 100644 --- a/include/system/uuid.h +++ b/include/system/uuid.h @@ -36,7 +36,7 @@ class UUID { public: //! Default constructor - UUID() : _data() { _data.fill(0); } + constexpr UUID() : _data() { _data.fill(0); } //! Initialize UUID with a given string literal /*! \param uuid - UUID string literal