Commit b83ae6b4 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

VLCExceptionHandler.m: -initialize to -load. initialize gets called to late or never.

parent 8d5d2f83
......@@ -27,7 +27,7 @@
@implementation VLCExceptionHandler
+ (void)initialize
+ (void)load
{
[[NSExceptionHandler defaultExceptionHandler] setDelegate:[[VLCExceptionHandler alloc] init]];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment