Skip to content
Snippets Groups Projects
Commit 6d142956 authored by Ralf Habacker's avatar Ralf Habacker
Browse files

Fix incomplete uml object generating on c++ import when a class contains a typedef to itself.

Example:
	class Bar {
	public:
	    typedef Bar* (*Foo)();
	};

CCBUG:330018
parent d65986c8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment