diff --git a/interfaces/kits/source.h b/interfaces/kits/source.h index a83929b..cfc816f 100644 --- a/interfaces/kits/source.h +++ b/interfaces/kits/source.h @@ -72,11 +72,10 @@ enum class SourceType : int32_t { * @version 1.0 */ struct StreamCallback { - StreamCallback(); virtual ~StreamCallback(); - + /** * @brief Enumerates buffer types of stream sources. *