Diagrams

diagrams_c.h

Go to the documentation of this file.
00001 #ifndef _DIAGRAMS_C_H
00002 #define _DIAGRAMS_C_H
00003 #include "diagrams_c.h"
00004 class D;
00005 class C : public A { public: D *m_d; };
00006 #endif