Merge "There is no function of the namespace defined in cpp, so it don't need the...
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 10 Nov 2023 09:50:02 +0000 (09:50 +0000)
committerGerrit Code Review <gerrit@review>
Fri, 10 Nov 2023 09:50:02 +0000 (09:50 +0000)
dali-toolkit/public-api/particle-system/particle-types.h

index 41622a6..506241b 100644 (file)
@@ -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