Merge "Fix image not show issue" into devel/master
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 29 Nov 2017 11:04:48 +0000 (11:04 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Wed, 29 Nov 2017 11:04:49 +0000 (11:04 +0000)
dali-toolkit/internal/visuals/texture-manager-impl.h

index 7693b1c..b385344 100644 (file)
@@ -376,7 +376,7 @@ private:
     }
 
     TextureId           textureId;   ///< The external Texture Id assigned to this load
-    unsigned short      loadId;      ///< The load Id used by the async loader to reference this load
+    uint32_t            loadId;      ///< The load Id used by the async loader to reference this load
   };
 
   // Private typedefs: