From efeb7247303f0977cc9423cd2b9b82c3adb44397 Mon Sep 17 00:00:00 2001 From: AdunFang Date: Tue, 7 Nov 2023 15:05:19 +0900 Subject: [PATCH] There is no function of the namespace defined in cpp, so it don't need the flag DALI_TOOLKIT_API Change-Id: If6ff6ee18d4c6edc5573c9c473471b0f67c7742d --- dali-toolkit/public-api/particle-system/particle-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dali-toolkit/public-api/particle-system/particle-types.h b/dali-toolkit/public-api/particle-system/particle-types.h index 41622a6..506241b 100644 --- a/dali-toolkit/public-api/particle-system/particle-types.h +++ b/dali-toolkit/public-api/particle-system/particle-types.h @@ -27,7 +27,7 @@ namespace Dali::Toolkit::ParticleSystem { using ParticleStreamTypeFlagBit = uint32_t; -namespace ParticleStream DALI_TOOLKIT_API +namespace ParticleStream { constexpr ParticleStreamTypeFlagBit POSITION_STREAM_BIT = 1 << 0; ///< 3D Position stream constexpr ParticleStreamTypeFlagBit ROTATION_STREAM_BIT = 1 << 1; ///< 3D Rotation stream -- 2.7.4