@@ -52,11 +52,11 @@ # define asm __asm__ # include # undef asm #endif -@interface OFApplication (OF_PRIVATE_CATEGORY) +@interface OFApplication () - (void)OF_setArgumentCount: (int*)argc andArgumentValues: (char**[])argv; #ifdef OF_WINDOWS - (void)OF_setArgumentCount: (int)argc andWideArgumentValues: (wchar_t*[])argv;