]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/sfilters.m
* MainMenu.nib, playlist.m: use NSSearchField instead of NSTextField, so we don't...
[vlc] / modules / gui / macosx / sfilters.m
index 1235dd3b20e1343672b7bedee9d5e04868890412..d699d943143ee1d46224a7ab4d533244c7b37920 100644 (file)
@@ -414,7 +414,7 @@ static VLCsFilters *_o_sharedInstance = nil;
         }
         else
         {
-            val.psz_string = [[o_marq_marq_fld stringValue] UTF8String];
+            val.psz_string = (char *)[[o_marq_marq_fld stringValue] UTF8String];
         }
 
         if( p_input )
@@ -484,7 +484,7 @@ static VLCsFilters *_o_sharedInstance = nil;
         }
         else
         {
-            val.psz_string = [[o_time_stamp_fld stringValue] UTF8String];
+            val.psz_string = (char *)[[o_time_stamp_fld stringValue] UTF8String];
         }
 
         if( p_input )