Re: Problem with XCode Auto Indent
Re: Problem with XCode Auto Indent
- Subject: Re: Problem with XCode Auto Indent
- From: Philip Aker <email@hidden>
- Date: Wed, 27 Jun 2007 00:07:12 -0700
On 2007-06-26, at 23:46:17, The UaRT wrote:
class foo
{
private:
int x;
int y;
public:
foo( void ); // XCode inserts extra indent on this line
~for( void);
};
XCode seems to be inserting an extra indent before the declaration
of a contructor,
Is that your actual code? If so, I think all bets are off if you're
trying to overload 'for' as the destructor for 'foo'.
Philip Aker
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden