[4.0] Fix image not show issue 67/162067/3
authorxb.teng <xb.teng@samsung.com>
Wed, 29 Nov 2017 02:52:17 +0000 (10:52 +0800)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 29 Nov 2017 08:45:45 +0000 (08:45 +0000)
Change-Id: I22de84f3fa1f61a85df5c69c73de8d56a0b1f882

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: