git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9598823
)
macosx: Fix wrong ivar declarations in VLCHUDTextFieldCell
author
Marvin Scholz
<epirat07@gmail.com>
Mon, 5 Dec 2016 13:11:29 +0000
(14:11 +0100)
committer
Marvin Scholz
<epirat07@gmail.com>
Mon, 5 Dec 2016 13:11:29 +0000
(14:11 +0100)
modules/gui/macosx/VLCHUDTextFieldCell.m
patch
|
blob
|
history
diff --git
a/modules/gui/macosx/VLCHUDTextFieldCell.m
b/modules/gui/macosx/VLCHUDTextFieldCell.m
index
55ddef5
..
6b303a4
100644
(file)
--- a/
modules/gui/macosx/VLCHUDTextFieldCell.m
+++ b/
modules/gui/macosx/VLCHUDTextFieldCell.m
@@
-23,11
+23,15
@@
#import "VLCHUDTextFieldCell.h"
-@i
mplementation VLCHUDTextFieldCell
{
+@i
nterface VLCHUDTextFieldCell ()
{
BOOL myCustomDrawsBackground;
BOOL myCustomDrawsBorder;
}
+@end
+
+@implementation VLCHUDTextFieldCell
+
- (instancetype) initWithCoder:(NSCoder *)coder
{
self = [super initWithCoder:coder];