From 0a350e09575dda4ad7c5bb21c5fe5edc659f1d59 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 21 Jul 2014 20:24:55 +0000 Subject: OS X: Modernize the Cocoa code using Xcode 6. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91019 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Source/CheatController.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macosx/Source/CheatController.h') diff --git a/macosx/Source/CheatController.h b/macosx/Source/CheatController.h index c56f2a68..04b00a46 100644 --- a/macosx/Source/CheatController.h +++ b/macosx/Source/CheatController.h @@ -12,7 +12,7 @@ @property (readwrite) uint32_t cheatAddress; @property (readwrite) uint16_t cheatValue; -- (instancetype)initWithAddress:(uint32_t)add value:(uint16_t)val; +- (instancetype)initWithAddress:(uint32_t)add value:(uint16_t)val NS_DESIGNATED_INITIALIZER; - (instancetype)initWithCheatCode:(CheatCode *)theCheat; @end @@ -21,7 +21,7 @@ @property (readwrite, strong) NSString *cheatName; @property (readwrite, getter = isEnabled) BOOL enabled; -- (instancetype)initWithCheat:(Cheat *)theCheat; +- (instancetype)initWithCheat:(Cheat *)theCheat NS_DESIGNATED_INITIALIZER; @end @interface CheatController : NSWindowController -- cgit v1.2.3