Fix SVACE issue
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / bubble-effect / bubble-emitter-impl.cpp
index dde8253..eb4b64a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2022 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -131,7 +131,7 @@ BubbleEmitter::BubbleEmitter(const Vector2& movementArea,
     mNumRenderer          = 1;
   }
 
-  mRandomSeed = time(NULL);
+  mRandomSeed = static_cast<uint32_t>(time(NULL));
 }
 
 BubbleEmitter::~BubbleEmitter()