[Substrate-commits] SF.net SVN: substrate: [285] trunk/Foundation/NSData.m
Brought to you by:
landonf
|
From: <la...@us...> - 2006-08-31 22:49:56
|
Revision: 285
http://svn.sourceforge.net/substrate/?rev=285&view=rev
Author: landonf
Date: 2006-08-31 15:49:53 -0700 (Thu, 31 Aug 2006)
Log Message:
-----------
Read-only -const- pointer
Modified Paths:
--------------
trunk/Foundation/NSData.m
Modified: trunk/Foundation/NSData.m
===================================================================
--- trunk/Foundation/NSData.m 2006-08-31 22:42:00 UTC (rev 284)
+++ trunk/Foundation/NSData.m 2006-08-31 22:49:53 UTC (rev 285)
@@ -203,7 +203,7 @@
* Returns a read-only pointer to the receiver's data.
* @return Read-only pointer.
*/
-- (void *) bytes {
+- (const void *) bytes {
[self _subclassResponsibility: _cmd];
return nil;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|