summaryrefslogtreecommitdiffstats
path: root/examples/diagrams_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/diagrams_c.h')
-rw-r--r--examples/diagrams_c.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/diagrams_c.h b/examples/diagrams_c.h
new file mode 100644
index 0000000..e4ec11d
--- /dev/null
+++ b/examples/diagrams_c.h
@@ -0,0 +1,6 @@
+#ifndef _DIAGRAMS_C_H
+#define _DIAGRAMS_C_H
+#include "diagrams_c.h"
+class D;
+class C : public A { public: D *m_d; };
+#endif