macosx: Add missing super awakeFromNib call
commit73c8dce22a0ef326c750db3148d53e81340120df
authorMarvin Scholz <epirat07@gmail.com>
Thu, 27 Jul 2017 11:10:18 +0000 (27 13:10 +0200)
committerMarvin Scholz <epirat07@gmail.com>
Mon, 31 Jul 2017 16:10:27 +0000 (31 18:10 +0200)
treed20b6782fcb69184d2a1670a46b350b78456346d
parent40195a2ee77725c9ad0ed94edd92d9795c7d57d3
macosx: Add missing super awakeFromNib call

The docs for awakeFromNib say that super has to be called when
overriding awakeFromNib, this was not done in the VLCControlsBarCommon.
It should not make any difference though in this case.
modules/gui/macosx/VLCControlsBarCommon.m