]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/equalizer.h
macosx: get rid of the infamous 'get' prefixes everywhere and finally respect Cocoa...
[vlc] / modules / gui / macosx / equalizer.h
index 509a7578840b5f92914acd4360d2c8ff125507db..e736be44f475c76f1459e7a506b5d4e1d6836fba 100644 (file)
@@ -56,7 +56,7 @@
 - (void)awakeFromNib;
 
 - (void)setValue: (float)value forSlider: (int)index;
-- (id)getSliderByIndex: (int)index;
+- (id)sliderByIndex: (int)index;
 - (void)setBandSlidersValues: (float *)values;
 - (void)initBandSliders;