From 0f8e66e194b903763b6c580599eb47c11f154bdd Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 10 Nov 2014 19:46:07 +0000 Subject: OS X: Move away from ivars in headers, beginning with the main app. Also have NSString properties be declared with copy, as recommended by Apple. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92226 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Source/PcsxrMemCardController.m | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'macosx/Source/PcsxrMemCardController.m') diff --git a/macosx/Source/PcsxrMemCardController.m b/macosx/Source/PcsxrMemCardController.m index 1adf505b..a656dccb 100644 --- a/macosx/Source/PcsxrMemCardController.m +++ b/macosx/Source/PcsxrMemCardController.m @@ -23,6 +23,10 @@ @implementation PcsxrMemCardController @synthesize memCard1Array; @synthesize memCard2Array; +@synthesize memCard1view; +@synthesize memCard2view; +@synthesize memCard1Label; +@synthesize memCard2Label; - (void)setupValues:(int)theCards { -- cgit v1.2.3