From a96ba176322566d9d15b51c714984affcdfc6355 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 10 Nov 2014 20:22:50 +0000 Subject: OS X: make all ivars either be in the implementation block, or converted to Objective C 2.0 properties. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92227 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Source/EmuThread.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'macosx/Source/EmuThread.h') diff --git a/macosx/Source/EmuThread.h b/macosx/Source/EmuThread.h index 33aa68e0..02f88530 100644 --- a/macosx/Source/EmuThread.h +++ b/macosx/Source/EmuThread.h @@ -15,9 +15,7 @@ typedef NS_ENUM(char, EmuThreadPauseStatus) { PauseStateIsPaused }; -@interface EmuThread : NSObject { - jmp_buf restartJmp; -} +@interface EmuThread : NSObject - (void)EmuThreadRun:(id)anObject; - (void)EmuThreadRunBios:(id)anObject; -- cgit v1.2.3