Fix a build warning 92/144592/1
authorchanywa <cbible.kim@samsung.com>
Thu, 17 Aug 2017 07:59:13 +0000 (16:59 +0900)
committerchanywa <cbible.kim@samsung.com>
Thu, 17 Aug 2017 07:59:13 +0000 (16:59 +0900)
Change-Id: Ib9c9f74881942559ff5ec664261462b51eacb2f0

src/Tizen.Maps/Tizen.Maps/MapView.cs

index 9ba67f6..2b0219f 100755 (executable)
@@ -540,7 +540,7 @@ namespace Tizen.Maps
         /// Gets a list of the map object added to map view.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        public IEnumerable<MapObject> Children
+        public new IEnumerable<MapObject> Children
         {
             get
             {