Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
6371c224
Commit
6371c224
authored
Nov 20, 2014
by
Guillaume BIENKOWSKI
Browse files
Fix tester on Mac
parent
20c26b55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tester/mediastream_tester_cocoa.m
tester/mediastream_tester_cocoa.m
+2
-2
No files found.
tester/mediastream_tester_cocoa.m
View file @
6371c224
...
...
@@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#import <AppKit/AppKit.h>
extern
int
_main
(
int
argc
,
char
**
argv
);
extern
int
apple
_main
(
int
argc
,
char
**
argv
);
@interface
MyApplicationDelegate
:
NSObject
{
...
...
@@ -37,7 +37,7 @@ extern int _main(int argc, char **argv);
@implementation
MyApplicationDelegate
-
(
void
)
runLoop
{
exit
(
_main
(
argc
,
argv
));
exit
(
apple
_main
(
argc
,
argv
));
}
-
(
void
)
applicationWillFinishLaunching
:
(
NSNotification
*
)
aNotification
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment