(svn r22522) -Fix (r22489): (size_t)(uint32)(-1) != (size_t)-1

This commit is contained in:
frosch
2011-05-29 18:35:31 +00:00
parent 36526d6b05
commit 615e435677
3 changed files with 10 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ typedef SimpleTinyEnumT<SettingGuiFlagLong, uint16> SettingGuiFlag;
typedef bool OnChange(int32 var); ///< callback prototype on data modification
typedef int32 OnConvert(const char *value); ///< callback prototype for convertion error
typedef size_t OnConvert(const char *value); ///< callback prototype for convertion error
/** Properties of config file settings. */
struct SettingDescBase {