[vlc-commits] macosx: Undef macro in VLCFSPanelController
Marvin Scholz
git at videolan.org
Tue Dec 13 14:46:25 CET 2016
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Tue Dec 13 14:27:40 2016 +0100| [7af395db556c12f19e6d8c21f98d3b9a57fa179d] | committer: Marvin Scholz
macosx: Undef macro in VLCFSPanelController
Fixup for 5e33115229969a072e866d1ae23ec9cfcf331460
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7af395db556c12f19e6d8c21f98d3b9a57fa179d
---
modules/gui/macosx/VLCFSPanelController.m | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/gui/macosx/VLCFSPanelController.m b/modules/gui/macosx/VLCFSPanelController.m
index 12e4ada..92a70d1 100644
--- a/modules/gui/macosx/VLCFSPanelController.m
+++ b/modules/gui/macosx/VLCFSPanelController.m
@@ -118,6 +118,8 @@
[_volumeSlider setIntValue:AOUT_VOLUME_DEFAULT];
}
+#undef setupButton
+
#pragma mark -
#pragma mark Control Actions
More information about the vlc-commits
mailing list