Revision: 695
http://fuse-for-macosx.svn.sourceforge.net/fuse-for-macosx/?rev=695&view=rev
Author: fredm
Date: 2012-10-29 12:07:19 +0000 (Mon, 29 Oct 2012)
Log Message:
-----------
Correct setter definition for name.
Modified Paths:
--------------
trunk/fuse/fusepb/content_arrays/CAMachines.h
Modified: trunk/fuse/fusepb/content_arrays/CAMachines.h
===================================================================
--- trunk/fuse/fusepb/content_arrays/CAMachines.h 2012-10-29 12:06:11 UTC (rev 694)
+++ trunk/fuse/fusepb/content_arrays/CAMachines.h 2012-10-29 12:07:19 UTC (rev 695)
@@ -36,7 +36,7 @@
+ (id)machineWithName:(NSString *)aTitle andType:(int)aValue;
+ (Machine *)machineForName:(NSString *)theName;
+ (Machine *)machineForType:(int)theType;
-@property (copy,getter=machineName,setter=setMachineName) NSString *name;
+@property (copy,getter=machineName,setter=setMachineName:) NSString *name;
@property (getter=machineType,setter=setMachineType:) int type;
- (id)copyWithZone:(NSZone *)zone;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|