aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_vfs_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_vfs_types.h b/xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_vfs_types.h
index f6aa07519a..3ca9c5bfdd 100644
--- a/xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_vfs_types.h
+++ b/xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_vfs_types.h
@@ -39,7 +39,7 @@ extern "C"
char* label; //!< item label
char* title; //!< item title
char* path; //!< item path
- int num_props; //!< Number of properties attached to item
+ unsigned int num_props; //!< Number of properties attached to item
VFSProperty* properties; //!< Properties
time_t date_time; //!< file creation date & time
bool folder; //!< Item is a folder