Author: rmottola
Date: Wed Apr 20 01:08:52 2016
New Revision: 39685

URL: http://svn.gna.org/viewcvs/gnustep?rev=39685&view=rev
Log:
silce warning, we are going to make a mutableCopy anyway

Modified:
    apps/thematic/trunk/ThemeDocument.m

Modified: apps/thematic/trunk/ThemeDocument.m
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/thematic/trunk/ThemeDocument.m?rev=39685&r1=39684&r2=39685&view=diff
==============================================================================
--- apps/thematic/trunk/ThemeDocument.m (original)
+++ apps/thematic/trunk/ThemeDocument.m Wed Apr 20 01:08:52 2016
@@ -786,7 +786,7 @@
   _defs = [_info objectForKey: @"GSThemeDomain"];
   if (_defs == nil)
     {
-      _defs = [NSDictionary dictionary];
+      _defs = (NSMutableDictionary *)[NSDictionary dictionary];
     }
   _defs = [_defs mutableCopy];
   [_info setObject: _defs forKey: @"GSThemeDomain"];


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to