Diagrams

diagrams_b.h

Go to the documentation of this file.
00001 #ifndef _DIAGRAMS_B_H
00002 #define _DIAGRAMS_B_H
00003 class A;
00004 class B { public: A *m_a; };
00005 #endif