[Uml-user] Problem with macros during CPP Reverse
Oliver Kellogg
okellogg at users.sourceforge.net
Fri Aug 11 06:24:53 UTC 2006
On 2006-08-11 07:47, BigBob wrote:
> MyClass : MY_MACRO(MyBaseClass) {
> [...]
I just tried importing the following using Umbrello 1.5.4:
// file: myclass.h
#define MY_MACRO(x) x
class MyBaseClass {
public:
MyBaseClass();
virtual ~MyBaseClass();
};
class MyClass : MY_MACRO(MyBaseClass) {
public:
void op();
};
// end of file
and the inheritance was installed as expected.
Please attach the source code that causes problems.
More information about the umbrello
mailing list