Browse Source

typo

pull/2/head
Felix Paul Kühne 19 years ago
parent
commit
34b5e985d5
  1. 4
      modules/gui/macosx/vout.m

4
modules/gui/macosx/vout.m

@ -155,8 +155,8 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
return self;
}
- (BOOL)setVout: (vout_thread_t *) vout s
ubView: (NSView *) view
- (BOOL)setVout: (vout_thread_t *) vout
subView: (NSView *) view
frame: (NSRect *) frame
{
int i_device;

Loading…
Cancel
Save