Re: #include CommonStrings.txt - 'no such file' error
Re: #include CommonStrings.txt - 'no such file' error
- Subject: Re: #include CommonStrings.txt - 'no such file' error
- From: Fritz Anderson <email@hidden>
- Date: Sun, 14 Mar 2010 13:27:48 -0500
On 14 Mar 2010, at 6:45 AM, Alexander Spohr wrote:
> extern NSString *gLeftBracket;
Quite right. Would not
extern NSString * const gLeftBracket;
address the OP's hope that the global should not be casually changed?
— F
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden