[Substrate-commits] SF.net SVN: substrate: [289] trunk/Foundation/NSString.m
Brought to you by:
landonf
|
From: <la...@us...> - 2006-09-01 02:44:33
|
Revision: 289
http://svn.sourceforge.net/substrate/?rev=289&view=rev
Author: landonf
Date: 2006-08-31 19:44:30 -0700 (Thu, 31 Aug 2006)
Log Message:
-----------
Another const missing. Will it ever end?
Modified Paths:
--------------
trunk/Foundation/NSString.m
Modified: trunk/Foundation/NSString.m
===================================================================
--- trunk/Foundation/NSString.m 2006-09-01 00:37:19 UTC (rev 288)
+++ trunk/Foundation/NSString.m 2006-09-01 02:44:30 UTC (rev 289)
@@ -287,7 +287,7 @@
* receiver is deallocated.
* @todo Unimplemented.
*/
-- (char *) cString {
+- (const char *) cString {
/* TODO Unimplemented */
return NULL;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|