BUG: class parser
Stephen Webb
stephen.webb at cybersafe.com
Mon Feb 19 19:30:40 GMT 2001
On Tue, 20 Feb 2001, you wrote:
> Hi.
>
> KDevelop 1.3 on suse 7.0 does not recognize
>
> typedef class xyz{
> public:
> int abc;
> } *pxyz;
>
> as a class.
I imagine that's because there is no class declaration or definition. You've aliased "pxyz" as the name of type
"pointer to class xyz" and that's it.
Stephen M. Webb
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list