avoid a compiler warning

This commit is contained in:
Dana Jansens 2008-02-14 15:11:25 -05:00
parent 3f62e77dea
commit cec5480108

View file

@ -125,7 +125,7 @@ void config_app_settings_copy_non_defaults(const ObAppSettings *src,
g_assert(src != NULL);
g_assert(dst != NULL);
copy_if(type, -1);
copy_if(type, (ObClientType)-1);
copy_if(decor, -1);
copy_if(shade, -1);
copy_if(focus, -1);